#403 Local and global coordinate type in geometry.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | May 29, 2008 08:22 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Last edited at | Oct 1, 2009 18:12 |
Closed by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Closed at | Oct 1, 2009 18:12 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | types added to Geometry class |
Description
The class Geometry in dune-grid should be exporting a local and a global coordinate type that is returned by the geometry, respectively. With this it would be possible to let the compiler check a mix-up of local and global coordinates which right now is impossible for grids with dim=dimworld both types are FieldVector. Furthermore, the type of the JacobianInverse should also be exported by the Geometry.