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

[test][1p2cni] Use same zero threshold for entire velocity field

parent 04922a7f
No related branches found
No related tags found
1 merge request!3353Feature/fieldcompare
...@@ -24,7 +24,7 @@ dumux_add_test(NAME test_1p2cni_conduction_tpfa ...@@ -24,7 +24,7 @@ dumux_add_test(NAME test_1p2cni_conduction_tpfa
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_conduction_tpfa-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_conduction_tpfa-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa-00005.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa-00005.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa params.input -Problem.Name test_1p2cni_conduction_tpfa" --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa params.input -Problem.Name test_1p2cni_conduction_tpfa"
--zeroThreshold {"velocity_liq \(m/s\)_0":1e-9}) --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
dumux_add_test(NAME test_1p2cni_conduction_mpfa dumux_add_test(NAME test_1p2cni_conduction_mpfa
LABELS porousmediumflow 1p2c 1p2cni LABELS porousmediumflow 1p2c 1p2cni
...@@ -36,4 +36,4 @@ dumux_add_test(NAME test_1p2cni_conduction_mpfa ...@@ -36,4 +36,4 @@ dumux_add_test(NAME test_1p2cni_conduction_mpfa
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_conduction_tpfa-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_conduction_tpfa-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_mpfa-00005.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_mpfa-00005.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_mpfa params.input -Problem.Name test_1p2cni_conduction_mpfa" --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_mpfa params.input -Problem.Name test_1p2cni_conduction_mpfa"
--zeroThreshold {"velocity_liq \(m/s\)_0":1e-9}) --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
...@@ -24,7 +24,7 @@ dumux_add_test(NAME test_1p2cni_convection_tpfa ...@@ -24,7 +24,7 @@ dumux_add_test(NAME test_1p2cni_convection_tpfa
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_convection_tpfa-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_convection_tpfa-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa-00009.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa-00009.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa params.input -Problem.Name test_1p2cni_convection_tpfa" --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa params.input -Problem.Name test_1p2cni_convection_tpfa"
--zeroThreshold {"velocity_liq \(m/s\)_0":1e-9}) --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
dumux_add_test(NAME test_1p2cni_convection_mpfa dumux_add_test(NAME test_1p2cni_convection_mpfa
LABELS porousmediumflow 1p2c 1p2cni LABELS porousmediumflow 1p2c 1p2cni
...@@ -36,4 +36,4 @@ dumux_add_test(NAME test_1p2cni_convection_mpfa ...@@ -36,4 +36,4 @@ dumux_add_test(NAME test_1p2cni_convection_mpfa
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_convection_tpfa-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_convection_tpfa-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_mpfa-00009.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_mpfa-00009.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_mpfa params.input -Problem.Name test_1p2cni_convection_mpfa" --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_mpfa params.input -Problem.Name test_1p2cni_convection_mpfa"
--zeroThreshold {"velocity_liq \(m/s\)_0":1e-9}) --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
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