- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#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.
Dune::SHierarchicStackElem::SHierarchicStackElem | ( | ) | [inline] |
Dune::SHierarchicStackElem::SHierarchicStackElem | ( | int | _l, | |
int | _index | |||
) | [inline] |
bool Dune::SHierarchicStackElem::operator!= | ( | const SHierarchicStackElem & | s | ) | const [inline] |
Referenced by operator==().
bool Dune::SHierarchicStackElem::operator== | ( | const SHierarchicStackElem & | s | ) | const [inline] |
References operator!=().
Referenced by operator!=(), and SHierarchicStackElem().
Referenced by operator!=(), and SHierarchicStackElem().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].