mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Previously, there were a completely different check for UnstructuredGrid and CpGrid. The latter probably not working properly due to missing support in the DUNE grid interface. This commit resorts the code to use the UgGridHelpers abtraction instead of UnstructuredGrid's legacy grid interface. Thus one code can be used to do the checks for both grids. For UG the code compiles and the test is successful. For CpGrid it compiles but of course the test still fails due to missing transmissibility multiplier support. This will be sorted out in a different PR.