diff --git a/test/freeflow/navierstokes/unstructured/CMakeLists.txt b/test/freeflow/navierstokes/unstructured/CMakeLists.txt index e3c6ead3518bf3611a2aa0c6f00fb52a068b5c77..d91e3fa9a00ac2ea3155b2903bd8badb1197e46d 100644 --- a/test/freeflow/navierstokes/unstructured/CMakeLists.txt +++ b/test/freeflow/navierstokes/unstructured/CMakeLists.txt @@ -15,16 +15,16 @@ dumux_add_test(NAME test_ff_navierstokes_dfg_benchmark_stationary_diamond_tpfa -Problem.Name test_ff_navierstokes_dfg_benchmark_stationary_diamond_tpfa -Problem.EnableInertiaTerms true") # Stokes version of the test (no inertia) -dumux_add_test(NAME test_ff_stokes_dfg_benchmark_stationary_diamond +dumux_add_test(NAME test_ff_stokes_dfg_benchmark_stationary_diamond_tpfa TARGET test_ff_navierstokes_dfg_benchmark_stationary_diamond_tpfa LABELS freeflow navierstokes CMAKE_GUARD "( HAVE_UMFPACK AND dune-uggrid_FOUND )" COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py CMD_ARGS --script fuzzy --files ${CMAKE_SOURCE_DIR}/test/references/test_ff_stokes_dfg_benchmark_stationary_diamond.vtu - ${CMAKE_CURRENT_BINARY_DIR}/test_ff_navierstokes_dfg_benchmark_stationary_diamond_tpfa-00001.vtu + ${CMAKE_CURRENT_BINARY_DIR}/test_ff_stokes_dfg_benchmark_stationary_diamond_tpfa-00001.vtu --command "${CMAKE_CURRENT_BINARY_DIR}/test_ff_navierstokes_dfg_benchmark_stationary_diamond_tpfa params.input - -Problem.Name test_ff_navierstokes_dfg_benchmark_stationary_diamond_tpfa -Problem.EnableInertiaTerms false + -Problem.Name test_ff_stokes_dfg_benchmark_stationary_diamond_tpfa -Problem.EnableInertiaTerms false -LinearSolver.UseIterativeSolver true") # Navier-Stokes version of the test (Re=20)