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... | |
virtual bool | nonlinear () const |
Detailed Description
template<typename DType, typename RType>
class Dune::Fem::VtxProjection< DType, 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()
|
inlinevirtualinherited |
finalization of operator
- Note
- The default implementation is empty.
◆ nonlinear()
|
inlinevirtualinherited |
Return true
if the Operator is nonlinear and false
otherwise (default is true).
The documentation for this class was generated from the following file:
- dune/fem/operator/projection/vtxprojection.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)