From 4799dc35a1e6e049017730b0beac9e6fc0507a9b Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Mon, 9 Jul 2018 15:17:38 +0200
Subject: [PATCH] [scripts] Update test script

---
 scripts/test_dumux.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/scripts/test_dumux.sh b/scripts/test_dumux.sh
index 84c68bba..cf77c3ed 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
-- 
GitLab