dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/finitevolume/interpolation.hh>

Public Types

typedef GridPart GridPartType
 grid part type More...
 
typedef GridPartType::template Codim< 0 >::EntityType EntityType
 entity type More...
 
typedef FiniteVolumeBasisFunctionSet< EntityType, Range > BasisFunctionSetType
 basis function set type More...
 

Public Member Functions

Construction
 FiniteVolumeLocalInterpolation (const EntityType &entity)
 
Copying and assignment
 FiniteVolumeLocalInterpolation (const ThisType &)=default
 
FiniteVolumeLocalInterpolationoperator= (const ThisType &)=default
 
Public member methods
BasisFunctionSetType basisFunctionSet () const
 return basis function set More...
 
template<class LocalFunction , class LocalDofVector >
void operator() (const LocalFunction &localFunction, LocalDofVector &localDofVector) const
 interpolate local function More...
 
template<class LocalFunction , class LocalDofVector >
void apply (const LocalFunction &localFunction, LocalDofVector &localDofVector) const
 interpolate local function More...
 

Member Typedef Documentation

template<class GridPart , class Range >
typedef FiniteVolumeBasisFunctionSet< EntityType, Range > Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::BasisFunctionSetType

basis function set type

template<class GridPart , class Range >
typedef GridPartType::template Codim< 0 >::EntityType Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::EntityType

entity type

template<class GridPart , class Range >
typedef GridPart Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::GridPartType

grid part type

Constructor & Destructor Documentation

template<class GridPart , class Range >
Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::FiniteVolumeLocalInterpolation ( const EntityType entity)
inlineexplicit
template<class GridPart , class Range >
Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::FiniteVolumeLocalInterpolation ( const ThisType )
default

Member Function Documentation

template<class GridPart , class Range >
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::apply ( const LocalFunction localFunction,
LocalDofVector &  localDofVector 
) const
inline
template<class GridPart , class Range >
BasisFunctionSetType Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::basisFunctionSet ( ) const
inline

return basis function set

template<class GridPart , class Range >
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::operator() ( const LocalFunction localFunction,
LocalDofVector &  localDofVector 
) const
inline
template<class GridPart , class Range >
FiniteVolumeLocalInterpolation& Dune::Fem::FiniteVolumeLocalInterpolation< GridPart, Range >::operator= ( const ThisType )
default

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