dune-fem 2.8.0
|
#include <dune/fem/space/common/localinterpolation.hh>
Public Types | |
typedef DiscreteFunctionSpace::EntityType | EntityType |
Public Member Functions | |
LocalInterpolationWrapper (const DiscreteFunctionSpace &space) | |
void | bind (const EntityType &entity) |
void | unbind () |
template<class LocalFunction , class LocalDofVector > | |
void | operator() (const LocalFunction &localFunction, LocalDofVector &dofs) const |
TODO, documentation. | |
Protected Member Functions | |
const InterpolationImplType & | interpolation () const |
InterpolationImplType & | interpolation () |
Protected Attributes | |
const DiscreteFunctionSpace & | space_ |
std::optional< InterpolationImplType > | interpolation_ |
typedef DiscreteFunctionSpace::EntityType Dune::Fem::LocalInterpolationWrapper< DiscreteFunctionSpace >::EntityType |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
TODO, documentation.
|
inline |
|
protected |
|
protected |