dune-fem 2.8.0
|
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 | |
typedef RType | RangeFunctionType |
type of discrete function in the operator's range | |
Public Member Functions | |
VtxProjection () | |
Constructor. | |
template<class WeightType > | |
void | operator() (const DomainType &f, RangeType &discFunc, WeightType &weight) const |
apply projection | |
void | operator() (const DomainType &f, RangeType &discFunc) const |
apply projection with default weight | |
virtual void | finalize () |
finalization of operator | |
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