Skip to content

Fix deprecation warning for Dune MCMG Mapper

Kilian Weishaupt requested to merge fix/deprecation-warning-of-mcmg-mapper into next
  • 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())

Merge request reports