From e6454056f29d8df927ea16ae6eaeb49f244eeb1d Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Fri, 17 Mar 2017 16:57:40 +0100 Subject: [PATCH] Merge branch 'fix/el2p-test' into 'master' [test] Fix el2p problem See merge request !417 --- test/geomechanics/el2p/el2pproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/geomechanics/el2p/el2pproblem.hh b/test/geomechanics/el2p/el2pproblem.hh index 918c2cb9fc..ae4f7fe3fe 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) -- GitLab