|
dune-fem
2.8-git
|
The Projection class which average discontinuous function using the interpolation of the space (e.g. the Lagrangepoints) More...
#include <dune/fem/operator/projection/vtxprojection.hh>

Public Types | |
| typedef DType | DomainType |
| typedef RType | RangeType |
| typedef DomainType ::RangeFieldType | DomainFieldType |
| typedef RType ::RangeFieldType | RangeFieldType |
| typedef Dune::FieldTraits< RangeFieldType >::real_type | RealType |
| typedef RType ::DiscreteFunctionSpaceType ::GridPartType | GridPartType |
| typedef DType | DomainFunctionType |
| type of discrete function in the operator's domain More... | |
| typedef RType | RangeFunctionType |
| type of discrete function in the operator's range More... | |
Public Member Functions | |
| VtxProjection () | |
| Constructor. More... | |
| template<class WeightType > | |
| void | operator() (const DomainType &f, RangeType &discFunc, WeightType &weight) const |
| apply projection More... | |
| void | operator() (const DomainType &f, RangeType &discFunc) const |
| apply projection with default weight More... | |
| virtual void | finalize () |
| finalization of operator More... | |
The Projection class which average discontinuous function using the interpolation of the space (e.g. the Lagrangepoints)
| typedef DomainType :: RangeFieldType Dune::Fem::VtxProjection< DType, RType >::DomainFieldType |
|
inherited |
type of discrete function in the operator's domain
| typedef DType Dune::Fem::VtxProjection< DType, RType >::DomainType |
| typedef RType :: DiscreteFunctionSpaceType :: GridPartType Dune::Fem::VtxProjection< DType, RType >::GridPartType |
| typedef RType :: RangeFieldType Dune::Fem::VtxProjection< DType, RType >::RangeFieldType |
|
inherited |
type of discrete function in the operator's range
| typedef RType Dune::Fem::VtxProjection< DType, RType >::RangeType |
| typedef Dune::FieldTraits< RangeFieldType >::real_type Dune::Fem::VtxProjection< DType, RType >::RealType |
|
inline |
Constructor.
|
inlinevirtualinherited |
finalization of operator
|
inlinevirtual |
apply projection with default weight
Implements Dune::Fem::Operator< DType, RType >.
|
inline |
apply projection