Skip to content
Snippets Groups Projects
Commit eb7fb303 authored by Beatrix Becker's avatar Beatrix Becker
Browse files

[scripts] update test script

parent 7879d195
No related branches found
No related tags found
1 merge request!68[exercise] fix small errors due to update to dumux 3.0
# Compile and runs a simple # Compile and runs a simple
# 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/incompressible
echo "Compiling a one-phase test using a cell-centered TPFA discretization (might take a while)..." 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..." 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 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