Dune Core Modules (unstable)

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 descendants before the descendants 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 >

Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface.

Member Function Documentation

◆ postRefinement()

template<class Grid , class Impl >
void Dune::AdaptDataHandleInterface< Grid, Impl >::postRefinement ( const Entity &  father)
inline

call back for activity to take place on newly created elements below the father element.

Parameters
fatherentity where all descendants were newly created

◆ preCoarsening()

template<class Grid , class Impl >
void Dune::AdaptDataHandleInterface< Grid, Impl >::preCoarsening ( const Entity &  father)
inline

call back for activity to take place on father and all descendants before the descendants are removed

Parameters
fatherentity where all descendants are going to be removed

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 27, 23:31, 2024)