Dune Core Modules (2.4.1)
Dune::AdaptDataHandleInterface< Grid, Impl > Class Template Reference
Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface. More...
#include <dune/grid/common/adaptcallback.hh>
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... | |
Detailed Description
template<class Grid, class Impl>
class Dune::AdaptDataHandleInterface< Grid, Impl >
class Dune::AdaptDataHandleInterface< Grid, Impl >
Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface.
Member Function Documentation
◆ postRefinement()
template<class Grid , class Impl >
|
inline |
call back for activity to take place on newly created elements below the father element.
- Parameters
-
father entity where all decendants were newly created
◆ preCoarsening()
template<class Grid , class Impl >
|
inline |
call back for activity to take place on father and all decendants before the decendants are removed
- Parameters
-
father entity where all decendants are going to be removed
The documentation for this class was generated from the following file:
- dune/grid/common/adaptcallback.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)