Skip to content

[test] fix co2 tests for Dumux 2.x and Dune 2.6

Bernd Flemisch requested to merge fix/2.x-co2-tests-for-dune-2.6 into releases/2.12

Intersections don't offer boundaryId() anymore since Dune 2.6. ALUGrid still offers it via impl(). Employ this if Dune >= 2.6 is used.

Merge request reports