![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
localinterpolationconstraints.hh
Go to the documentation of this file.
60template<class PrimaryLocalView, class SecondaryLocalView, class SecondaryToPrimary, class SecondaryDOFs, class Constraints>
61void computeLocalInterpolationConstraints(const PrimaryLocalView& primaryLocalView, const SecondaryLocalView& secondaryLocalView, const SecondaryToPrimary& localSecondaryToPrimary, const SecondaryDOFs& secondaryDOFs, Constraints& constraints)
74 Dune::TypeTree::forEachLeafNode(secondaryLocalView.tree(), [&](auto&& secondaryNode, auto&& treePath) {
95 secondaryNode.finiteElement().localInterpolation().interpolate(trackingBasisFunction, interpolationValues);
auto istlVectorBackend(Vector &v)
static constexpr IntegralRange< std::decay_t< T > > range(T &&from, U &&to) noexcept
void forEachLeafNode(Tree &&tree, LeafFunc &&leafFunc)
void computeLocalInterpolationConstraints(const PrimaryLocalView &primaryLocalView, const SecondaryLocalView &secondaryLocalView, const SecondaryToPrimary &localSecondaryToPrimary, const SecondaryDOFs &secondaryDOFs, Constraints &constraints)
Compute local constraints from interpolating between local views.
Definition localinterpolationconstraints.hh:61
Definition dunefunctionsboundaryfunctionalassembler.hh:29
T forward(T... args)
