5#ifndef DUNE_ALBERTA_LEAFITERATOR_HH
6#define DUNE_ALBERTA_LEAFITERATOR_HH
20 template<
int codim, PartitionIteratorType pitype,
class Gr
idImp >
54 template<
int codim,
class Gr
idImp >
@ Ghost_Partition
only ghost entities
Definition gridenums.hh:142
Include standard header files.
Definition agrid.hh:60
Definition treeiterator.hh:189
GridImp::template Codim< codim >::Entity Entity
Definition treeiterator.hh:207
int level() const
ask for level of entities
Definition treeiterator.hh:243
void increment()
increment
Definition treeiterator.hh:411
const GridImp & grid() const
obtain a reference to the grid
Definition treeiterator.hh:253
Definition leafiterator.hh:23
Base::Entity Entity
Definition leafiterator.hh:28
AlbertaGridLeafIterator(const GridImp &grid, int level)
Constructor making end iterator.
Definition leafiterator.hh:35
Base::MarkerVector MarkerVector
Definition leafiterator.hh:29
AlbertaGridLeafIterator(const GridImp &grid, const MarkerVector *vec, int level)
Constructor making begin iterator.
Definition leafiterator.hh:40
AlbertaGridLeafIterator()
Definition leafiterator.hh:31
void increment()
increment the iterator
Definition leafiterator.hh:47
Definition leafiterator.hh:57
Base::Entity Entity
Definition leafiterator.hh:62
void increment()
increment the iterator
Definition leafiterator.hh:81
AlbertaGridLeafIterator(const GridImp &grid, const MarkerVector *, int level)
Constructor making begin iterator (which is the end iterator in this case)
Definition leafiterator.hh:74
AlbertaGridLeafIterator()
Definition leafiterator.hh:65
Base::MarkerVector MarkerVector
Definition leafiterator.hh:63
AlbertaGridLeafIterator(const GridImp &grid, int level)
Constructor making end iterator.
Definition leafiterator.hh:69
marker assigning subentities to one element containing them
Definition treeiterator.hh:35