dune-foamgrid
2.7-git
|
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/foamgrid/foamgrid/foamgridhierarchiciterator.hh>
Public Types | |
enum | { codimension = 0 } |
We only iterate over elements with this iterator. More... | |
using | Entity = typename GridImp::template Codim< 0 >::Entity |
Public Member Functions | |
FoamGridHierarchicIterator (int maxlevel) | |
Constructor. More... | |
void | increment () |
const Entity & | dereference () const |
dereferencing More... | |
bool | equals (const FoamGridHierarchicIterator< GridImp > &other) const |
equality More... | |
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.
using Dune::FoamGridHierarchicIterator< GridImp >::Entity = typename GridImp::template Codim<0>::Entity |
anonymous enum |
|
inline |
Constructor.
|
inline |
dereferencing
|
inline |
equality
|
inline |