dune-fem
2.4.1-rc
|
The Projection class which average discontinuous function in the Lagrangepoints. More...
#include </local/tomalk/somewhere/tmp/dune-fem/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... | |
The Projection class which average discontinuous function in 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.
|
inline |
apply projection
References Dune::Fem::VtxProjectionImpl::project().
|
inlinevirtual |
apply projection with default weight
Implements Dune::Fem::Operator< DType, RType >.
References Dune::Fem::VtxProjectionImpl::project().