![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
continuityconstraints.hh
Go to the documentation of this file.
49void computeContinuityConstraints(AffineConstraints<BV, V, MI, C>& constraints, const Basis& basis)
97 computeLocalInterpolationConstraints(neighborLocalView, localView, secondaryToPrimary, intersectionDOFs, constraints);
auto subEntityDOFs(const T &)
auto istlVectorBackend(Vector &v)
static constexpr IntegralRange< std::decay_t< T > > range(T &&from, U &&to) noexcept
auto makeContinuityConstraints(const Basis &basis)
Compute constraints for a conforming basis on a grid with hanging nodes.
Definition continuityconstraints.hh:133
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
void computeContinuityConstraints(AffineConstraints< BV, V, MI, C > &constraints, const Basis &basis)
Compute constraints for a conforming basis on a grid with hanging nodes.
Definition continuityconstraints.hh:49
Definition dunefunctionsboundaryfunctionalassembler.hh:29
Class to handle affine constraints on a subset of DOFs.
Definition affineconstraints.hh:201
void resolveDependencies()
Resolve dependencies of constrained DOFs on other constrained DOFs.
Definition affineconstraints.hh:756
bool isConstrained(const MultiIndexType &i) const
Check if i-th DOF is constrained.
Definition affineconstraints.hh:315
T forward(T... args)
