dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::PowerSpaceInterpolation< Space, N > Class Template Reference

#include <dune/fem/space/combinedspace/interpolation.hh>

Public Types

typedef Space::EntityType EntityType
 

Public Member Functions

 PowerSpaceInterpolation (const Space &space, const EntityType &entity)
 
template<class LocalFunction , class LocalDofVector >
void operator() (const LocalFunction &lv, LocalDofVector &ldv) const
 
template<class LocalFunction , class LocalDofVector >
void apply (const LocalFunction &lv, LocalDofVector &ldv) const
 

Protected Attributes

Space::ContainedDiscreteFunctionSpaceType::InterpolationImplType interpolation_
 
DofAlignmentType dofAlignment_
 

Member Typedef Documentation

◆ EntityType

template<class Space , int N>
typedef Space::EntityType Dune::Fem::PowerSpaceInterpolation< Space, N >::EntityType

Constructor & Destructor Documentation

◆ PowerSpaceInterpolation()

template<class Space , int N>
Dune::Fem::PowerSpaceInterpolation< Space, N >::PowerSpaceInterpolation ( const Space &  space,
const EntityType entity 
)
inline

Member Function Documentation

◆ apply()

template<class Space , int N>
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::PowerSpaceInterpolation< Space, N >::apply ( const LocalFunction lv,
LocalDofVector &  ldv 
) const
inline

◆ operator()()

template<class Space , int N>
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::PowerSpaceInterpolation< Space, N >::operator() ( const LocalFunction lv,
LocalDofVector &  ldv 
) const
inline

Member Data Documentation

◆ dofAlignment_

template<class Space , int N>
DofAlignmentType Dune::Fem::PowerSpaceInterpolation< Space, N >::dofAlignment_
protected

◆ interpolation_

template<class Space , int N>
Space::ContainedDiscreteFunctionSpaceType::InterpolationImplType Dune::Fem::PowerSpaceInterpolation< Space, N >::interpolation_
protected

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