Skip to content
Snippets Groups Projects
Commit e6454056 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/el2p-test' into 'master'

[test] Fix el2p problem

See merge request !417
parent 8e41b6b6
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!418Merge branch 'fix/el2p-test' into 'next'
...@@ -54,7 +54,7 @@ NEW_PROP_TAG(InitialDisplacement); //!< The initial displacement function ...@@ -54,7 +54,7 @@ NEW_PROP_TAG(InitialDisplacement); //!< The initial displacement function
NEW_PROP_TAG(InitialPressSat); //!< The initial pressure and saturation function NEW_PROP_TAG(InitialPressSat); //!< The initial pressure and saturation function
// Set the grid type // 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) SET_PROP(El2P_TestProblem, PressureFEM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment