dune-grid
2.1.1
|
#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 |
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] |
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] |
friend class AdaptDataHandle< Grid, Impl > [friend] |