Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface.
More...
#include <dune/grid/common/adaptcallback.hh>
template<class Grid, class Impl>
class Dune::AdaptDataHandleInterface< Grid, Impl >
Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface.
§ Entity
template<class Grid, class Impl>
§ asImp() [1/2]
template<class Grid, class Impl>
§ asImp() [2/2]
template<class Grid, class Impl>
§ postRefinement()
template<class Grid, class Impl>
call back for activity to take place on newly created elements below the father element.
- Parameters
-
father | entity where all descendants were newly created |
§ preCoarsening()
template<class Grid, class Impl>
call back for activity to take place on father and all descendants before the descendants are removed
- Parameters
-
father | entity where all descendants are going to be removed |
§ prolongLocal()
template<class Grid, class Impl>
§ restrictLocal()
template<class Grid, class Impl>
The documentation for this class was generated from the following file: