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()) (cherry picked from commit 6b4dc071)
Showing
- dumux/common/intersectionmapper.hh 7 additions, 1 deletiondumux/common/intersectionmapper.hh
- dumux/implicit/problem.hh 8 additions, 0 deletionsdumux/implicit/problem.hh
- dumux/implicit/propertydefaults.hh 15 additions, 0 deletionsdumux/implicit/propertydefaults.hh
- dumux/io/vtkmultiwriter.hh 12 additions, 0 deletionsdumux/io/vtkmultiwriter.hh
- dumux/material/spatialparams/gstatrandomfield.hh 12 additions, 1 deletiondumux/material/spatialparams/gstatrandomfield.hh
- dumux/porousmediumflow/sequential/properties.hh 10 additions, 0 deletionsdumux/porousmediumflow/sequential/properties.hh
- dumux/porousmediumflow/sequential/variableclass.hh 10 additions, 2 deletionsdumux/porousmediumflow/sequential/variableclass.hh
- test/geomechanics/el2p/el2pproblem.hh 10 additions, 1 deletiontest/geomechanics/el2p/el2pproblem.hh
Loading
Please register or sign in to comment