DUNE-FEM (unstable)

Dune::Fem::VtxProjection< DType, RType > Class Template Reference

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 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 More...
 

Detailed Description

template<typename DType, typename RType>
class Dune::Fem::VtxProjection< DType, RType >

The Projection class which average discontinuous function using the interpolation of the space (e.g. the Lagrangepoints)

Member Function Documentation

◆ finalize()

virtual void Dune::Fem::Operator< DType , RType >::finalize ( )
inlinevirtualinherited

finalization of operator

Note
The default implementation is empty.

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 3, 22:32, 2024)