KASKADE 7 development version
|
policy class for LocalTransfer These two structures are used for determining whether to perform a "normal" grid transfer (default, AdaptionCoarseningPolicy), or to calculate prolongation matrices for a FE function space based on a HierarchicIndexSet (see mgtools.hh). More...
#include <fetransfer.hh>
policy class for LocalTransfer These two structures are used for determining whether to perform a "normal" grid transfer (default, AdaptionCoarseningPolicy), or to calculate prolongation matrices for a FE function space based on a HierarchicIndexSet (see mgtools.hh).
Definition at line 279 of file fetransfer.hh.
Public Member Functions | |
MultilevelCoarseningPolicy (int level_) | |
void | update (int level_) |
template<class Cell > | |
bool | accept (Cell const &cell) const |
template<class Cell > | |
bool | operator() (Cell const &cell) const |
|
inline |
Definition at line 281 of file fetransfer.hh.
|
inline |
Definition at line 288 of file fetransfer.hh.
|
inline |
Definition at line 294 of file fetransfer.hh.
|
inline |
Definition at line 285 of file fetransfer.hh.
Referenced by MultilevelTransfer< Space, Grid >::MultilevelTransfer().