|
dune-grid 2.10
|
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 | |
| IdentityGridHierarchicIterator (const GridImp *identityGrid, const Entity &startEntity, int maxLevel, bool endDummy) | |
| void | increment () |
| Entity | dereference () const |
| dereferencing | |
| bool | equals (const IdentityGridHierarchicIterator &i) const |
| equality | |
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 |