3 #ifndef DUNE_ALBERTA_LEAFITERATOR_HH
4 #define DUNE_ALBERTA_LEAFITERATOR_HH
18 template<
int codim, PartitionIteratorType pitype,
class Gr
idImp >
52 template<
int codim,
class Gr
idImp >
@ Ghost_Partition
only ghost entities
Definition: gridenums.hh:140
Include standard header files.
Definition: agrid.hh:59
Definition: treeiterator.hh:184
GridImp::template Codim< codim >::Entity Entity
Definition: treeiterator.hh:202
int level() const
ask for level of entities
Definition: treeiterator.hh:238
void increment()
increment
Definition: treeiterator.hh:406
const GridImp & grid() const
obtain a reference to the grid
Definition: treeiterator.hh:248
Definition: leafiterator.hh:21
Base::Entity Entity
Definition: leafiterator.hh:26
AlbertaGridLeafIterator(const GridImp &grid, int level)
Constructor making end iterator.
Definition: leafiterator.hh:33
Base::MarkerVector MarkerVector
Definition: leafiterator.hh:27
AlbertaGridLeafIterator(const GridImp &grid, const MarkerVector *vec, int level)
Constructor making begin iterator.
Definition: leafiterator.hh:38
AlbertaGridLeafIterator()
Definition: leafiterator.hh:29
void increment()
increment the iterator
Definition: leafiterator.hh:45
Definition: leafiterator.hh:55
AlbertaGridLeafIterator(const GridImp &grid, const MarkerVector *vec, int level)
Constructor making begin iterator (which is the end iterator in this case)
Definition: leafiterator.hh:72
Base::Entity Entity
Definition: leafiterator.hh:60
void increment()
increment the iterator
Definition: leafiterator.hh:79
AlbertaGridLeafIterator()
Definition: leafiterator.hh:63
Base::MarkerVector MarkerVector
Definition: leafiterator.hh:61
AlbertaGridLeafIterator(const GridImp &grid, int level)
Constructor making end iterator.
Definition: leafiterator.hh:67
marker assigning subentities to one element containing them
Definition: treeiterator.hh:32