DUNE-FEM (unstable)

Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation > Class Template Reference

please doc me More...

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

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 More...
 
template<class LocalFunction , class LocalDofVector >
void apply (const LocalFunction &localFunction, LocalDofVector &localDofVector) const
 please doc me More...
 

Protected Member Functions

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 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

Referenced by Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::operator()().

◆ 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

References Dune::Fem::LocalL2Projection< BasisFunctionSet, Implementation >::apply().


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)