#include <dune/fem/space/localfiniteelement/interpolation.hh>
|
| | LocalFiniteElementInterpolation () |
| |
| | LocalFiniteElementInterpolation (const BasisFunctionSetType &basisFunctionSet, const LocalInterpolationType &localInterpolation=LocalInterpolationType()) |
| |
| | LocalFiniteElementInterpolation (const ThisType &other) |
| |
| ThisType & | operator= (const ThisType &other) |
| |
| void | unbind () |
| |
| template<class LocalFunction , class Vector > |
| void | operator() (const LocalFunction &localFunction, Vector &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 |
| |
| BasisFunctionSetType | basisFunctionSet () const |
| |
| const LocalInterpolationType & | localInterpolation () const |
| |
◆ BasisFunctionSetType
◆ LocalInterpolationType
◆ LocalFiniteElementInterpolation() [1/3]
◆ LocalFiniteElementInterpolation() [2/3]
◆ LocalFiniteElementInterpolation() [3/3]
◆ basisFunctionSet()
◆ localInterpolation()
◆ operator()() [1/3]
◆ operator()() [2/3]
template<class
LocalFunction , class DiscreteFunction , template< class > class Assembly>
◆ operator()() [3/3]
◆ operator=()
◆ unbind()
The documentation for this class was generated from the following file: