Skip to content

Bugfix: Make local operators compile again on master in core modules

Marian Piatkowski requested to merge bugfix/more-localoperator-cleanup into master

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

Merge request reports

Loading