dune-fem 2.8.0
|
Local
#include <dune/fem/space/common/dataprojection/default.hh>
Public Types | |
using | DiscreteFunctionSpaceType = typename BaseType::DiscreteFunctionSpaceType |
discrete function space type | |
using | BasisFunctionSetType = typename BaseType::BasisFunctionSetType |
basis function set type | |
using | EntityType = typename BaseType::EntityType |
entity type | |
Public Member Functions | |
void | operator() (const EntityType &entity, const BasisFunctionSetType &prior, const BasisFunctionSetType &present, const std::vector< std::size_t > &origin, const std::vector< std::size_t > &destination) |
template<class TemporaryStorage > | |
void | operator() (TemporaryStorage &tmp) |
transfer of discrete function from old to new space using intermediate storage | |
template<class Communicator > | |
void | addToList (Communicator &comm) |
() | |
Construction | |
DefaultDataProjection (DiscreteFunction &discreteFunction) | |
Protected Member Functions | |
DefaultDataProjection< DiscreteFunction > & | asImp () |
const DefaultDataProjection< DiscreteFunction > & | asImp () const |
Local
DiscreteFunction | type of the discrete function |
using Dune::Fem::hpDG::DefaultDataProjection< DiscreteFunction >::BasisFunctionSetType = typename BaseType::BasisFunctionSetType |
basis function set type
using Dune::Fem::hpDG::DefaultDataProjection< DiscreteFunction >::DiscreteFunctionSpaceType = typename BaseType::DiscreteFunctionSpaceType |
discrete function space type
using Dune::Fem::hpDG::DefaultDataProjection< DiscreteFunction >::EntityType = typename BaseType::EntityType |
entity type
|
inlineexplicit |
|
inline |
()
()
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
|
inline |
transfer of discrete function from old to new space using intermediate storage