Fix deprecation warning for Dune MCMG Mapper
* Dune > 2.5 uses a new interface and only required GridView as template argument for the mapper type * for the constructor, an additional argument is now required: elementMapper_(gridView, Dune::mcmgElementLayout()) vertexMapper_(gridView, Dune::mcmgVertexLayout())
Showing
- dumux/common/intersectionmapper.hh 6 additions, 0 deletionsdumux/common/intersectionmapper.hh
- dumux/implicit/problem.hh 14 additions, 0 deletionsdumux/implicit/problem.hh
- dumux/implicit/propertydefaults.hh 15 additions, 0 deletionsdumux/implicit/propertydefaults.hh
- dumux/io/vtkmultiwriter.hh 12 additions, 1 deletiondumux/io/vtkmultiwriter.hh
- dumux/material/spatialparams/gstatrandomfield.hh 8 additions, 0 deletionsdumux/material/spatialparams/gstatrandomfield.hh
- dumux/porousmediumflow/sequential/properties.hh 10 additions, 0 deletionsdumux/porousmediumflow/sequential/properties.hh
- dumux/porousmediumflow/sequential/variableclass.hh 7 additions, 0 deletionsdumux/porousmediumflow/sequential/variableclass.hh
- test/geomechanics/el2p/el2pproblem.hh 6 additions, 0 deletionstest/geomechanics/el2p/el2pproblem.hh
Loading