Skip to content

#959 Separate grid and geometry parts from (Basic-/Generic-)Geometry

Metadata

Property Value
Reported by Christoph Grüninger (gruenich@iws.uni-stuttgart.de)
Reported at Oct 12, 2011 10:16
Type Discussion
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at Jun 24, 2014 14:20
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Jun 24, 2014 14:20
Closed in version 3.0
Resolution Implemented
Comment

Description

Currently I try to separate all geometry related stuff from common and grid in order to put them in a new dune-geometry modul. See #604 (closed) for more details.

I stumbled over grid/common/geometry.hh, grid/genericgeometry/geometry.hh and some classes using them. They provide geometry-related functions but need a grid as a template parameter. It would be nice if we could rewrite some of these functions as Martin Nolte mentioned in #957 (closed).

Some thoughts? Does anybody volunteer to do that in the near future?