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())