DUNE-FEM (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
localrieszprojection.hh
Provides check for implementation of interface methods when using static polymorphism,...
Interface class for basis function sets.
Definition: basisfunctionset.hh:32
interface documentation of a local Riesz projection
Definition: localrieszprojection.hh:23
LocalRieszProjection(const LocalRieszProjection &)=default
copy constructor
BasisFunctionSet basisFunctionSet() const
return basis function set
Definition: localrieszprojection.hh:58
void operator()(const F &f, LocalDofVector &localDofVector) const
compute Riesz representation
Definition: localrieszprojection.hh:72
BasisFunctionSet BasisFunctionSetType
basis function set
Definition: localrieszprojection.hh:26
void apply(const F &f, LocalDofVector &localDofVector) const
compute Riesz representation
Definition: localrieszprojection.hh:85
LocalRieszProjection(LocalRieszProjection &&)
move constructor
Definition: localrieszprojection.hh:43
LocalRieszProjection & operator=(const LocalRieszProjection &)=default
assignment operator
