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

[scripts] Update test script

parent ca04523c
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# one-phase ground water flow example # one-phase ground water flow example
# and visualizes the result using paraview. # and visualizes the result using paraview.
cd dumux/build-cmake/test/porousmediumflow/1p/implicit cd dumux/build-cmake/test/porousmediumflow/1p/implicit
make -B test_cc1p echo "Compiling a one-phase test using a cell-centered TPFA discretization (might take a while)..."
./test_cc1p test_cc1p.input make -B test_1pcctpfa
echo "Running simulation..."
./test_1pcctpfa test_1pfv.input -Grid.Cells "100 100"
paraview *pvd paraview *pvd
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