#547 GridView should have overlapSize() and ghostSize() methods
Metadata
Property | Value |
---|---|
Reported by | Andreas Lauser (andreas.lauser@iws.uni-stuttgart.de) |
Reported at | May 4, 2009 15:59 |
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 | Jun 24, 2009 15:45 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Jun 24, 2009 15:45 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | In revision 5272 |
Description
GridView provides a communication mechanism via the communicate() method. On the other hand, if the overlap or ghost size for the view is required, one has to resort to the grid and the abstraction provided by the GridView is vain.
Patch against dune-grid svn version 5106 is attached.