HM3
Hierarchical Multi-physics Multi-scale Methods
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
hm3::solver::state::grid< Nd >::refine_t Struct Reference

Description

template<uint_t Nd>
struct hm3::solver::state::grid< Nd >::refine_t

RAII object for refining grid nodes.

When a grid node is refined, the children are allocated and this object returned. This object allows iterating over the grid children while the parent is still alive. When this object is destroyed, the parent grid node is remove from the grid;