dune-mmesh (1.4)
intersectioniterator.hh
Go to the documentation of this file.
Iterator over all element neighborsMesh entities of codimension 0 ("elements") allow to visit all nei...
Definition: intersectioniterator.hh:30
MMeshLeafIntersectionIterator(const GridImp *mMesh, const HostGridEntity &hostEntity)
constructor for (begin) iterator
Definition: intersectioniterator.hh:48
MMeshLeafIntersectionIterator(const GridImp *mMesh, const HostGridEntity &hostEntity, bool endDummy)
constructor for end iterator
Definition: intersectioniterator.hh:59
void increment()
prefix increment
Definition: intersectioniterator.hh:73
MMeshLeafIntersectionIterator()
default constructor
Definition: intersectioniterator.hh:45
Intersection dereference() const
dereferencing
Definition: intersectioniterator.hh:80
bool equals(const MMeshLeafIntersectionIterator &other) const
returns if iterators reference same intersection
Definition: intersectioniterator.hh:68
An intersection with a leaf neighbor elementMesh entities of codimension 0 ("elements") allow to visi...
Definition: intersections.hh:37
The MMeshEntity class.
The MMeshLeafIntersection and MMeshLevelIntersection classes.
