dune-mmesh (1.4)
Dune::MMeshInterfaceGridHierarchicIterator< GridImp > Class Template Reference
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/mmesh/interface/hierarchiciterator.hh>
Public Member Functions | |
MMeshInterfaceGridHierarchicIterator (const GridImp *mMesh, const Entity &startEntity, int maxLevel) | |
the default constructor of the iterator | |
MMeshInterfaceGridHierarchicIterator (const GridImp *mMesh, const Entity &startEntity, int maxLevel, bool endDummy) | |
the constructor of the end iterator | |
void | increment () |
increment iterator | |
Entity | dereference () const |
dereference iterator | |
bool | equals (const MMeshInterfaceGridHierarchicIterator &other) const |
compare iterators | |
Detailed Description
template<class GridImp>
class Dune::MMeshInterfaceGridHierarchicIterator< GridImp >
class Dune::MMeshInterfaceGridHierarchicIterator< GridImp >
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.
The documentation for this class was generated from the following file:
- dune/mmesh/interface/hierarchiciterator.hh
