![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
boundaryiterator.hh
Go to the documentation of this file.
7#warning This header is deprecated and will be removed after 2.11. Use domains/boundary.hh instead.
28[[deprecated("This class is deprecated and will be removed after 2.11. Use Dune::Fufem::Boundary<GridView> instead.")]]
62 BoundaryIterator(const GridView& gridView, const ElementIterator& eIt, const ElementIterator& endEIt) :
size_type dim() const
BoundaryIterator(const GridView &gridView, PositionFlag flag)
Create begin or end iterator for given grid view.
Definition boundaryiterator.hh:50
Base::Intersection Intersection
The type of objects we are iterating over.
Definition boundaryiterator.hh:43
BoundaryIterator(const GridView &gridView, const ElementIterator &eIt, const ElementIterator &endEIt)
Create iterator for given grid view.
Definition boundaryiterator.hh:62
bool skipIntersection(const Intersection &i)
Definition boundaryiterator.hh:73
Base class for iterators on intersections of a grid view.
Definition globalintersectioniterator.hh:90
PositionFlag
Definition globalintersectioniterator.hh:108
IntersectionIterator::Intersection Intersection
The type of objects we are iterating over.
Definition globalintersectioniterator.hh:99
