dune-grid
2.2.0
|
#include <dune/grid/common/adaptcallback.hh>
Public Types | |
typedef Grid::template Codim < 0 >::Entity | Entity |
Public Member Functions | |
void | preAdapt (const unsigned int estimateAdditionalElements) |
void | postAdapt () |
void | preCoarsening (const Entity &father) const |
void | postRefinement (const Entity &father) const |
void | restrictLocal (const Entity &father, const Entity &son, bool initialize) const |
void | prolongLocal (const Entity &father, const Entity &son, bool initialize) const |
Protected Member Functions | |
const Impl & | asImp () const |
Impl & | asImp () |
Friends | |
class | AdaptDataHandle< Grid, Impl > |
typedef Grid::template Codim< 0 >::Entity Dune::AdaptDataHandleInterface< Grid, Impl >::Entity |
Reimplemented in Dune::AdaptDataHandle< Grid, Impl >.
const Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp | ( | ) | const [inline, protected] |
Referenced by Dune::AdaptDataHandleInterface< Grid, Impl >::postAdapt(), Dune::AdaptDataHandleInterface< Grid, Impl >::postRefinement(), Dune::AdaptDataHandleInterface< Grid, Impl >::preAdapt(), Dune::AdaptDataHandleInterface< Grid, Impl >::preCoarsening(), Dune::AdaptDataHandleInterface< Grid, Impl >::prolongLocal(), and Dune::AdaptDataHandleInterface< Grid, Impl >::restrictLocal().
Impl& Dune::AdaptDataHandleInterface< Grid, Impl >::asImp | ( | ) | [inline, protected] |
void Dune::AdaptDataHandleInterface< Grid, Impl >::postAdapt | ( | ) | [inline] |
References Dune::AdaptDataHandleInterface< Grid, Impl >::asImp().
Referenced by Dune::AlbertaGrid< dim, dimworld >::adapt(), and Dune::ALU3dGrid< elType, Comm >::adapt().
void Dune::AdaptDataHandleInterface< Grid, Impl >::postRefinement | ( | const Entity & | father | ) | const [inline] |
void Dune::AdaptDataHandleInterface< Grid, Impl >::preAdapt | ( | const unsigned int | estimateAdditionalElements | ) | [inline] |
References Dune::AdaptDataHandleInterface< Grid, Impl >::asImp().
Referenced by Dune::AlbertaGrid< dim, dimworld >::adapt(), and Dune::ALU3dGrid< elType, Comm >::adapt().
void Dune::AdaptDataHandleInterface< Grid, Impl >::preCoarsening | ( | const Entity & | father | ) | const [inline] |
void Dune::AdaptDataHandleInterface< Grid, Impl >::prolongLocal | ( | const Entity & | father, |
const Entity & | son, | ||
bool | initialize | ||
) | const [inline] |
void Dune::AdaptDataHandleInterface< Grid, Impl >::restrictLocal | ( | const Entity & | father, |
const Entity & | son, | ||
bool | initialize | ||
) | const [inline] |
friend class AdaptDataHandle< Grid, Impl > [friend] |