dune-grid
2.3beta2
|
#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 |
Referenced by operator==().
|
inline |
References operator!=().
int Dune::SHierarchicStackElem::index |
Referenced by operator!=(), and SHierarchicStackElem().
int Dune::SHierarchicStackElem::l |
Referenced by operator!=(), and SHierarchicStackElem().