#471 move Geometry::checkInside to the reference element
Metadata
Property | Value |
---|---|
Reported by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Reported at | Nov 27, 2008 08:37 |
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 | Dec 24, 2008 14:33 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Dec 24, 2008 14:33 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | At the december 2008 meeting in Heidelberg it was decided that this change should be implemented after the 1.2 release. |
Description
The method Geometry::checkInside checks whether a local point lies within the reference element or not.
This check is independent of the geometry and should be moved on the reference element.
I know that this means obtaining the reference element one more time. If this is really a problem, then the geometry should return the reference element rather than provide this method...