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

please doc me More...

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

Inheritance diagram for Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >:
Inheritance graph

Public Types

typedef BasisFunctionSet BasisFunctionSetType
 basis function set type
 

Public Member Functions

Public member methods
BasisFunctionSet basisFunctionSet () const
 return basis function set
 
template<class LocalFunction , class LocalDofVector >
void operator() (const LocalFunction &localFunction, LocalDofVector &localDofVector) const
 please doc me
 
template<class LocalFunction , class LocalDofVector >
void apply (const LocalFunction &localFunction, LocalDofVector &localDofVector) const
 please doc me
 

Protected Member Functions

const Implementation & impl () const
 
Copying and assignment
 LocalL2Projection (const LocalL2Projection &)=default
 copy constructor
 
 LocalL2Projection (LocalL2Projection &&)
 move constructor
 
LocalL2Projectionoperator= (const LocalL2Projection &)=default
 assignment operator
 
LocalL2Projectionoperator= (LocalL2Projection &&)
 move assignment operator
 

Detailed Description

template<class BasisFunctionSet, class Implementation>
class Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >

please doc me

Template Parameters
BasisFunctionSetbasis function set

Member Typedef Documentation

◆ BasisFunctionSetType

template<class BasisFunctionSet , class Implementation >
typedef BasisFunctionSet Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::BasisFunctionSetType

basis function set type

Constructor & Destructor Documentation

◆ LocalL2Projection() [1/2]

template<class BasisFunctionSet , class Implementation >
Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::LocalL2Projection ( const LocalL2Projection< BasisFunctionSet, Implementation > &  )
protecteddefault

copy constructor

◆ LocalL2Projection() [2/2]

template<class BasisFunctionSet , class Implementation >
Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::LocalL2Projection ( LocalL2Projection< BasisFunctionSet, Implementation > &&  )
inlineprotected

move constructor

Member Function Documentation

◆ apply()

template<class BasisFunctionSet , class Implementation >
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::apply ( const LocalFunction localFunction,
LocalDofVector &  localDofVector 
) const
inline

please doc me

Template Parameters
LocalFunctionlocal function type
LocalDofVectorlocal dof vector type
Parameters
[in]localFunctionlocal function
[out]localDofVectordof vector

◆ basisFunctionSet()

template<class BasisFunctionSet , class Implementation >
BasisFunctionSet Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::basisFunctionSet ( ) const
inline

return basis function set

◆ impl()

template<class BasisFunctionSet , class Implementation >
const Implementation & Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::impl ( ) const
inlineprotected

◆ operator()()

template<class BasisFunctionSet , class Implementation >
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::operator() ( const LocalFunction localFunction,
LocalDofVector &  localDofVector 
) const
inline

please doc me

Template Parameters
LocalFunctionlocal function type
LocalDofVectorlocal dof vector type
Parameters
[in]localFunctionlocal function
[out]localDofVectordof vector

◆ operator=() [1/2]

template<class BasisFunctionSet , class Implementation >
LocalL2Projection & Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::operator= ( const LocalL2Projection< BasisFunctionSet, Implementation > &  )
protecteddefault

assignment operator

◆ operator=() [2/2]

template<class BasisFunctionSet , class Implementation >
LocalL2Projection & Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::operator= ( LocalL2Projection< BasisFunctionSet, Implementation > &&  )
inlineprotected

move assignment operator


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