dune-fem 2.8.0
|
#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_ |
typedef Space::EntityType Dune::Fem::PowerSpaceInterpolation< Space, N >::EntityType |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |