#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 More...
|
|
void | bind (const EntityType &entity) |
|
void | unbind () |
|
◆ EntityType
template<class DiscreteFunctionSpace >
◆ TemporarayDofVectorType
template<class DiscreteFunctionSpace >
◆ LocalFEInterpolationWrapper()
template<class DiscreteFunctionSpace >
◆ bind()
template<class DiscreteFunctionSpace >
◆ interpolation() [1/3]
template<class DiscreteFunctionSpace >
◆ interpolation() [2/3]
template<class DiscreteFunctionSpace >
◆ interpolation() [3/3]
template<class DiscreteFunctionSpace >
◆ operator()() [1/4]
template<class DiscreteFunctionSpace >
template<class LocalFunction , class Dof , class Allocator >
◆ operator()() [2/4]
template<class DiscreteFunctionSpace >
template<class LocalFunction , class DiscreteFunction , template< class > class Assembly>
◆ operator()() [3/4]
template<class DiscreteFunctionSpace >
template<class LocalFunction , class LocalDofVector >
general interpolation, needs to copy from std::vector to dofs
◆ operator()() [4/4]
template<class DiscreteFunctionSpace >
template<class LocalFunction , class Dof >
◆ unbind()
template<class DiscreteFunctionSpace >
◆ interpolation_
template<class DiscreteFunctionSpace >
◆ space_
template<class DiscreteFunctionSpace >
◆ tmpDofs_
template<class DiscreteFunctionSpace >
The documentation for this class was generated from the following file: