|
dune-fem 2.8.0
|
interface documentation of a local Riesz projection More...
#include <dune/fem/operator/projection/local/riesz/localrieszprojection.hh>

Public Types | |
| typedef BasisFunctionSet | BasisFunctionSetType |
| basis function set | |
Protected Member Functions | |
| const Implementation & | impl () const |
Copying and assignment | |
| LocalRieszProjection (const LocalRieszProjection &)=default | |
| copy constructor | |
| LocalRieszProjection (LocalRieszProjection &&) | |
| move constructor | |
| LocalRieszProjection & | operator= (const LocalRieszProjection &)=default |
| assignment operator | |
| LocalRieszProjection & | operator= (LocalRieszProjection &&) |
| move assignment operator | |
Public member methods | |
| BasisFunctionSet | basisFunctionSet () const |
| return basis function set | |
| template<class F , class LocalDofVector > | |
| void | operator() (const F &f, LocalDofVector &localDofVector) const |
| compute Riesz representation | |
| template<class F , class LocalDofVector > | |
| void | apply (const F &f, LocalDofVector &localDofVector) const |
| compute Riesz representation | |
interface documentation of a local Riesz projection
| BasisFunctionSet | basis function set type |
| typedef BasisFunctionSet Dune::Fem::LocalRieszProjection< BasisFunctionSet, Implementation >::BasisFunctionSetType |
basis function set
|
protecteddefault |
copy constructor
|
inlineprotected |
move constructor
|
inlineprotected |
compute Riesz representation
| LocalDofVector | local dof vector type |
| [in] | f | please doc me |
| [out] | localDofVector | please doc me |
|
inlineprotected |
return basis function set
|
inlineprotected |
|
inlineprotected |
compute Riesz representation
| LocalDofVector | local dof vector type |
| [in] | f | please doc me |
| [out] | localDofVector | please doc me |
|
protecteddefault |
assignment operator
|
inlineprotected |
move assignment operator