Loading [MathJax]/extensions/tex2jax.js

dune-mmesh (1.4)

Dune::MMeshHierarchicIterator< 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/grid/hierarchiciterator.hh>

Public Member Functions

 MMeshHierarchicIterator (const GridImp *mMesh, const Entity &startEntity, int maxLevel)
 the default constructor of the iterator
 
 MMeshHierarchicIterator (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 MMeshHierarchicIterator &other) const
 compare iterators
 

Detailed Description

template<class GridImp>
class Dune::MMeshHierarchicIterator< 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 files:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 7, 22:57, 2025)