|
dune-fem 2.8.0
|
#include <dune/fem/space/lagrange/interpolation.hh>
Public Types | |
| typedef BasisFunctionSet | BasisFunctionSetType |
| basis function set type | |
| typedef LagrangePointSet< GridPart, maxOrder > | LagrangePointSetType |
| point set type | |
Public Member Functions | |
| void | unbind () |
Construction | |
| LagrangeLocalInterpolation () | |
| LagrangeLocalInterpolation (const LagrangePointSetType &pointSet, const BasisFunctionSetType &basisFunctionSet) | |
| LagrangeLocalInterpolation (const LagrangePointSetType &pointSet, BasisFunctionSetType &&basisFunctionSet) | |
Copying and assignment | |
| LagrangeLocalInterpolation (const ThisType &)=default | |
| copy constructor | |
| LagrangeLocalInterpolation (ThisType &&other) | |
| move constructor | |
| LagrangeLocalInterpolation & | operator= (const ThisType &)=default |
| assignment operator | |
| LagrangeLocalInterpolation & | operator= (ThisType &&other) |
| move assignment operator | |
Public member methods | |
| BasisFunctionSetType | basisFunctionSet () const |
| return basis function set | |
| template<class LocalFunction , class LocalDofVector > | |
| void | operator() (const LocalFunction &localFunction, LocalDofVector &localDofVector) const |
| apply interpolation | |
| template<class LocalFunction , class LocalDofVector > | |
| void | apply (const LocalFunction &localFunction, LocalDofVector &localDofVector) const |
| apply interpolation | |
Protected Member Functions | |
| const LagrangePointSetType & | pointSet () const |
Protected Attributes | |
| const LagrangePointSetType * | pointSet_ = nullptr |
| BasisFunctionSetType | basisFunctionSet_ |
| typedef BasisFunctionSet Dune::Fem::LagrangeLocalInterpolation< GridPart, maxOrder, BasisFunctionSet >::BasisFunctionSetType |
basis function set type
| typedef LagrangePointSet< GridPart, maxOrder > Dune::Fem::LagrangeLocalInterpolation< GridPart, maxOrder, BasisFunctionSet >::LagrangePointSetType |
point set type
|
inline |
|
inline |
|
inline |
|
default |
copy constructor
|
inline |
move constructor
|
inline |
apply interpolation
|
inline |
return basis function set
|
inline |
apply interpolation
|
default |
assignment operator
|
inline |
move assignment operator
|
inlineprotected |
|
inline |
|
protected |
|
protected |