dune-fem  2.4.1-rc
Public Types | Protected Member Functions | List of all members
Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation > Class Template Reference

please doc me More...

#include </local/tomalk/somewhere/tmp/dune-fem/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 More...
 

Public Member Functions

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

Protected Member Functions

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

Detailed Description

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

please doc me

Template Parameters
BasisFunctionSetbasis function set

Member Typedef Documentation

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

basis function set type

Constructor & Destructor Documentation

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

copy constructor

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

move constructor

Member Function Documentation

template<class BasisFunctionSet, class Implementation>
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::apply ( const LocalFunction localFunction,
LocalDofVector &  localDofVector 
) const
inline
template<class BasisFunctionSet, class Implementation>
BasisFunctionSet Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::basisFunctionSet ( ) const
inline
template<class BasisFunctionSet, class Implementation>
const Implementation& Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::impl ( ) const
inlineprotected
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
template<class BasisFunctionSet, class Implementation>
LocalL2Projection& Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::operator= ( const LocalL2Projection< BasisFunctionSet, Implementation > &  )
protecteddefault
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: