Skip to content
Snippets Groups Projects
Commit 81e6f26f authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
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())

(cherry picked from commit 6b4dc071)
parent d8bd4aef
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