dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Protected Member Functions | List of all members
Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet > Class Template Reference

#include <dune/fem/operator/projection/local/riesz/orthonormal.hh>

Inheritance diagram for Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >:
Inheritance graph

Public Types

typedef BaseType::BasisFunctionSetType BasisFunctionSetType
 basis function set
 

Public Member Functions

Construction
 OrthonormalLocalRieszProjection (const BasisFunctionSetType &basisFunctionSet)
 
 OrthonormalLocalRieszProjection (BasisFunctionSetType &&basisFunctionSet)
 
Copying and assignment
 OrthonormalLocalRieszProjection (const ThisType &)=default
 
 OrthonormalLocalRieszProjection (ThisType &&other)
 
ThisTypeoperator= (const ThisType &)=default
 
ThisTypeoperator= (ThisType &&other)
 
Public member methods
BasisFunctionSetType basisFunctionSet () const
 return basis function set
 
template<class F , class LocalDofVector >
void apply (const F &f, LocalDofVector &dofs) const
 compute Riesz representation
 

Protected Member Functions

const OrthonormalLocalRieszProjection< BasisFunctionSet > & impl () const
 
Public member methods
void operator() (const F &f, LocalDofVector &localDofVector) const
 compute Riesz representation
 

Member Typedef Documentation

◆ BasisFunctionSetType

basis function set

Constructor & Destructor Documentation

◆ OrthonormalLocalRieszProjection() [1/4]

template<class BasisFunctionSet >
Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::OrthonormalLocalRieszProjection ( const BasisFunctionSetType basisFunctionSet)
inlineexplicit

◆ OrthonormalLocalRieszProjection() [2/4]

template<class BasisFunctionSet >
Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::OrthonormalLocalRieszProjection ( BasisFunctionSetType &&  basisFunctionSet)
inlineexplicit

◆ OrthonormalLocalRieszProjection() [3/4]

template<class BasisFunctionSet >
Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::OrthonormalLocalRieszProjection ( const ThisType )
default

◆ OrthonormalLocalRieszProjection() [4/4]

template<class BasisFunctionSet >
Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::OrthonormalLocalRieszProjection ( ThisType &&  other)
inline

Member Function Documentation

◆ apply()

template<class BasisFunctionSet >
template<class F , class LocalDofVector >
void Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::apply ( const F &  f,
LocalDofVector &  dofs 
) const
inline

compute Riesz representation

Template Parameters
LocalDofVectorlocal dof vector type
Parameters
[in]fplease doc me
[out]localDofVectorplease doc me

◆ basisFunctionSet()

return basis function set

◆ impl()

◆ operator()()

void Dune::Fem::LocalRieszProjection< BasisFunctionSet, OrthonormalLocalRieszProjection< BasisFunctionSet > >::operator() ( const F &  f,
LocalDofVector &  localDofVector 
) const
inlineprotectedinherited

compute Riesz representation

Template Parameters
LocalDofVectorlocal dof vector type
Parameters
[in]fplease doc me
[out]localDofVectorplease doc me

◆ operator=() [1/2]

template<class BasisFunctionSet >
ThisType & Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::operator= ( const ThisType )
default

◆ operator=() [2/2]

template<class BasisFunctionSet >
ThisType & Dune::Fem::OrthonormalLocalRieszProjection< BasisFunctionSet >::operator= ( ThisType &&  other)
inline

The documentation for this class was generated from the following file: