#540 deprecate intersection iterators on entity
Metadata
Property | Value |
---|---|
Reported by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Reported at | Apr 12, 2009 09:19 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Jul 18, 2015 17:48 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Jul 18, 2015 17:48 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | In the dune-grid 2.4 release, the methods ileafbegin/end and ilevelbegin/end have been completely removed from the Entity interface. |
Description
Now that the intersection iterators are provided by the grid views, they are no longer necessary on the entity. More precisely, the entity would be more slim without these methods.
So, should we deprecate the old interface on the intersection?
If so, what about hasBoundaryIntersections? Does it belong on the grid view?