Skip to content
Snippets Groups Projects
Commit 6b4dc071 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

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())
parent 8788ca46
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment