dune-grid 2.9.0
|
Iterator over the descendants of an entity.Mesh entities of codimension 0 ("elements") allow to visit all entities of codimension 0 obtained through nested, hierarchic refinement of the entity. Iteration over this set of entities is provided by the HierarchicIterator, starting from a given entity. More...
#include <dune/grid/identitygrid/identitygridhierarchiciterator.hh>
Public Types | |
typedef GridImp::template Codim< 0 >::Entity | Entity |
Public Member Functions | |
IdentityGridHierarchicIterator (const GridImp *identityGrid, const Entity &startEntity, int maxLevel) | |
the default Constructor More... | |
IdentityGridHierarchicIterator (const GridImp *identityGrid, const Entity &startEntity, int maxLevel, bool endDummy) | |
void | increment () |
Entity | dereference () const |
dereferencing More... | |
bool | equals (const IdentityGridHierarchicIterator &i) const |
equality More... | |
Static Public Attributes | |
static constexpr int | codimension = 0 |
Iterator over the descendants of an entity.
Mesh entities of codimension 0 ("elements") allow to visit all entities of codimension 0 obtained through nested, hierarchic refinement of the entity. Iteration over this set of entities is provided by the HierarchicIterator, starting from a given entity.
typedef GridImp::template Codim<0>::Entity Dune::IdentityGridHierarchicIterator< GridImp >::Entity |
|
inlineexplicit |
the default Constructor
|
inlineexplicit |
|
inline |
dereferencing
|
inline |
equality
|
inline |
|
staticconstexpr |