|
dune-grid
2.4.1
|
#include <dune/grid/sgrid.hh>
Public Member Functions | |
| SHierarchicStackElem () | |
| SHierarchicStackElem (int _l, int _index) | |
| bool | operator== (const SHierarchicStackElem &s) const |
| bool | operator!= (const SHierarchicStackElem &s) const |
Public Attributes | |
| int | l |
| int | index |
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. This is redundant but important for memory efficient implementations of unstructured hierarchically refined meshes.
|
inline |
|
inline |
|
inline |
|
inline |
| int Dune::SHierarchicStackElem::index |
Referenced by operator!=().
| int Dune::SHierarchicStackElem::l |
Referenced by operator!=().
1.8.11