#include <dune/fem/space/localfiniteelement/interpolation.hh>
|
typedef DiscreteFunctionSpace::EntityType | EntityType |
|
|
| LocalFEInterpolationWrapper (const DiscreteFunctionSpace &space) |
|
template<class LocalFunction , class Dof > |
void | operator() (const LocalFunction &localFunction, std::vector< Dof > &localDofVector) const |
|
template<class LocalFunction , class Dof , class Allocator > |
void | operator() (const LocalFunction &localFunction, Dune::DynamicVector< Dof, Allocator > &localDofVector) const |
|
template<class LocalFunction , class DiscreteFunction , template< class > class Assembly> |
void | operator() (const LocalFunction &localFunction, LocalContribution< DiscreteFunction, Assembly > &localContribution) const |
|
template<class LocalFunction , class LocalDofVector > |
void | operator() (const LocalFunction &localFunction, LocalDofVector &dofs) const |
| general interpolation, needs to copy from std::vector to dofs
|
|
void | bind (const EntityType &entity) |
|
void | unbind () |
|
◆ EntityType
◆ TemporarayDofVectorType
◆ LocalFEInterpolationWrapper()
◆ bind()
◆ interpolation() [1/2]
◆ interpolation() [2/2]
◆ operator()() [1/4]
◆ operator()() [2/4]
template<class
LocalFunction , class DiscreteFunction , template< class > class Assembly>
◆ operator()() [3/4]
general interpolation, needs to copy from std::vector to dofs
◆ operator()() [4/4]
◆ unbind()
◆ interpolation_
◆ space_
◆ tmpDofs_
The documentation for this class was generated from the following file: