|
dune-grid
2.4.1
|
Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface. More...
#include <dune/grid/common/adaptcallback.hh>

Public Types | |
| typedef Grid::template Codim< 0 >::Entity | Entity |
Public Member Functions | |
| void | preCoarsening (const Entity &father) |
| call back for activity to take place on father and all decendants before the decendants are removed More... | |
| void | postRefinement (const Entity &father) |
| call back for activity to take place on newly created elements below the father element. More... | |
| void | restrictLocal (const Entity &father, const Entity &son, bool initialize) |
| void | prolongLocal (const Entity &father, const Entity &son, bool initialize) |
Protected Member Functions | |
| const Impl & | asImp () const |
| Impl & | asImp () |
Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface.
| typedef Grid::template Codim< 0 >::Entity Dune::AdaptDataHandleInterface< Grid, Impl >::Entity |
|
inlineprotected |
|
inlineprotected |
|
inline |
call back for activity to take place on newly created elements below the father element.
| father | entity where all decendants were newly created |
References Dune::AdaptDataHandleInterface< Grid, Impl >::asImp().
Referenced by Dune::AdaptDataHandle< Grid, Impl >::AdaptDataHandle().
|
inline |
call back for activity to take place on father and all decendants before the decendants are removed
| father | entity where all decendants are going to be removed |
References Dune::AdaptDataHandleInterface< Grid, Impl >::asImp().
Referenced by Dune::AdaptDataHandle< Grid, Impl >::AdaptDataHandle().
|
inline |
|
inline |
1.8.11