mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
With dune-fem the type of the grid view is Dune::Fem::AdaptiveLeafGridPart and not the LeafGridView of the grid. The old approach therefore did not compile as we passed the wrong view.