dune-grid 2.9.0
|
#include <dune/grid/albertagrid/hierarchiciterator.hh>
Public Types | |
typedef GridImp::template Codim< 0 >::Entity | Entity |
typedef GridImp::ctype | ctype |
typedef MakeableInterfaceObject< Entity > | EntityObject |
typedef EntityObject::ImplementationType | EntityImp |
typedef EntityImp::ElementInfo | ElementInfo |
Public Member Functions | |
AlbertaGridHierarchicIterator () | |
AlbertaGridHierarchicIterator (const GridImp &grid, const ElementInfo &elementInfo, int maxLevel) | |
the normal Constructor More... | |
AlbertaGridHierarchicIterator (const GridImp &grid, int actLevel, int maxLevel) | |
the default Constructor More... | |
AlbertaGridHierarchicIterator (const This &other) | |
copy onstructor More... | |
This & | operator= (const This &other) |
assignment operator More... | |
void | increment () |
increment More... | |
bool | equals (const This &other) const |
equality More... | |
Entity & | dereference () const |
dereferencing More... | |
int | level () const |
ask for level of entities More... | |
Protected Member Functions | |
const GridImp & | grid () const |
obtain a reference to the grid More... | |
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 unstru hierarchically refined meshes.
typedef GridImp::ctype Dune::AlbertaGridHierarchicIterator< GridImp >::ctype |
typedef EntityImp::ElementInfo Dune::AlbertaGridHierarchicIterator< GridImp >::ElementInfo |
typedef GridImp::template Codim<0>::Entity Dune::AlbertaGridHierarchicIterator< GridImp >::Entity |
typedef EntityObject::ImplementationType Dune::AlbertaGridHierarchicIterator< GridImp >::EntityImp |
typedef MakeableInterfaceObject< Entity > Dune::AlbertaGridHierarchicIterator< GridImp >::EntityObject |
|
inline |
|
inline |
the normal Constructor
|
inline |
the default Constructor
|
inline |
copy onstructor
|
inline |
dereferencing
|
inline |
equality
|
inlineprotected |
obtain a reference to the grid
|
inline |
increment
|
inline |
ask for level of entities
|
inline |
assignment operator