Skip to content

#104 Uniform concept for grid capabilities

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Feb 17, 2006 10:47
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Jul 24, 2006 16:20
Closed in version Unknown
Resolution Fixed
Comment

Description

Grid-capability-like features seem to be distributed in the code in a not very consistent way. There is the file capabilities.hh with the default implementations and there are specializations in each grid_implementation.hh file. But there is also stuff in structureutility.hh and maybe more stuff that I haven't found yet.

I propose to merge all default grid capabilities classes into the capabilities.hh file, and all specializations into the respective grid implementation header files. I also propose to move capabilities.hh from dune/common to dune/grid/common.