diff --git a/scripts/test_dumux.sh b/scripts/test_dumux.sh index 84c68bbaf3f3610e0f2548dc7da2942bfff44c0f..cf77c3ed025399fde4677b151471f89ab2e7c2dc 100755 --- a/scripts/test_dumux.sh +++ b/scripts/test_dumux.sh @@ -2,6 +2,8 @@ # one-phase ground water flow example # and visualizes the result using paraview. cd dumux/build-cmake/test/porousmediumflow/1p/implicit -make -B test_cc1p -./test_cc1p test_cc1p.input +echo "Compiling a one-phase test using a cell-centered TPFA discretization (might take a while)..." +make -B test_1pcctpfa +echo "Running simulation..." +./test_1pcctpfa test_1pfv.input -Grid.Cells "100 100" paraview *pvd