From eb7fb303185ebe49c2be2d14d28b8f354027c140 Mon Sep 17 00:00:00 2001 From: Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de> Date: Tue, 12 Feb 2019 16:51:43 +0100 Subject: [PATCH] [scripts] update test script --- scripts/test_dumux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/test_dumux.sh b/scripts/test_dumux.sh index cf77c3ed..67e5b57b 100755 --- a/scripts/test_dumux.sh +++ b/scripts/test_dumux.sh @@ -1,9 +1,9 @@ # Compile and runs a simple # one-phase ground water flow example # and visualizes the result using paraview. -cd dumux/build-cmake/test/porousmediumflow/1p/implicit +cd dumux/build-cmake/test/porousmediumflow/1p/implicit/incompressible echo "Compiling a one-phase test using a cell-centered TPFA discretization (might take a while)..." -make -B test_1pcctpfa +make -B test_1p_incompressible_tpfa_anadiff echo "Running simulation..." -./test_1pcctpfa test_1pfv.input -Grid.Cells "100 100" +./test_1p_incompressible_tpfa_anadiff params.input -Grid.Cells "100 100" paraview *pvd -- GitLab