diff --git a/test/geomechanics/el2p/el2pproblem.hh b/test/geomechanics/el2p/el2pproblem.hh index 918c2cb9fc9094af164288a73fc955a0957f9e4d..ae4f7fe3feca429a5fa025468a5be3215b39807a 100644 --- a/test/geomechanics/el2p/el2pproblem.hh +++ b/test/geomechanics/el2p/el2pproblem.hh @@ -54,7 +54,7 @@ NEW_PROP_TAG(InitialDisplacement); //!< The initial displacement function NEW_PROP_TAG(InitialPressSat); //!< The initial pressure and saturation function // Set the grid type -SET_TYPE_PROP(El2P_TestProblem, Grid, Dune::ALUGrid<3, 3, Dune::simplex, Dune::nonconforming>); +SET_TYPE_PROP(El2P_TestProblem, Grid, Dune::YaspGrid<3>); SET_PROP(El2P_TestProblem, PressureFEM)