DUNE-FEM (unstable)
Dune::Fem::hpDG::DataProjection< DiscreteFunctionSpace, Implementation > Class Template Reference
Abstract definition of the local restriction and prolongation of discrete functions. More...
#include <dune/fem/space/common/dataprojection/dataprojection.hh>
Public Types | |
| using | DiscreteFunctionSpaceType = DiscreteFunctionSpace |
| discrete function space type | |
| using | BasisFunctionSetType = typename DiscreteFunctionSpaceType::BasisFunctionSetType |
| basis function set type | |
| using | EntityType = typename BasisFunctionSetType::EntityType |
| entity type | |
Public Member Functions | |
Move operations | |
| DataProjection (DataProjection &&)=default | |
| DataProjection & | operator= (DataProjection &&)=default |
Deleted methods | |
| DataProjection (const ThisType &)=delete | |
| ThisType & | operator= (const ThisType &)=delete |
Operation | |
| 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) |
| please doc me More... | |
| template<class TemporaryStorage > | |
| void | operator() (TemporaryStorage &tmp) |
| projection during space adapt More... | |
| template<class Communicator > | |
| void | addToList (Communicator &comm) |
| add discrete function to communicator More... | |
Detailed Description
template<class DiscreteFunctionSpace, class Implementation>
class Dune::Fem::hpDG::DataProjection< DiscreteFunctionSpace, Implementation >
class Dune::Fem::hpDG::DataProjection< DiscreteFunctionSpace, Implementation >
Abstract definition of the local restriction and prolongation of discrete functions.
- Template Parameters
-
DiscreteFunctionSpace an adaptive discrete function space Implementation type of an implementation of this interface
Member Function Documentation
◆ addToList()
template<class DiscreteFunctionSpace , class Implementation >
template<class Communicator >
|
inline |
add discrete function to communicator
- Parameters
-
[in] comm communicator
◆ operator()() [1/2]
template<class DiscreteFunctionSpace , class Implementation >
|
inline |
please doc me
- Parameters
-
[in] entity a grid part entity [in] prior basis function previously associated to entity [in] present basis function associated to entity [in] origin blocks previously associated to entity [in] destination blocks associated to entity
◆ operator()() [2/2]
template<class DiscreteFunctionSpace , class Implementation >
template<class TemporaryStorage >
|
inline |
projection during space adapt
- Parameters
-
[in] tmp discrete function for temporary storage
The documentation for this class was generated from the following file:
- dune/fem/space/common/dataprojection/dataprojection.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Jan 9, 23:34, 2026)