Bugfix: Make local operators compile again on master in core modules
This merge request contains the urgent changes in the local operators
- Geometry::dimension -> Geometry::mydimension
- Geometry::dimensionworld -> Geometry::coorddimension
- IG::Geometry::dimension -> IG::dimension
- IG::Geometry::dimensionworld -> IG::coorddimension
They were deprecated in dune-grid 2.4 and are gone on the current master.
The second major part of this merge request is to deprecate duplicate implementations of local operators. In particular this should hopefully close
- issue #15 (closed)
- issue #28 (closed)
- issue #34 (closed)
- issue #35 (closed)
- issue #36 (closed)