Skip to content
Snippets Groups Projects
Commit 5cd8a129 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[test][freeflow][pseudo-3d] Adapt zero thresholds

parent e099f3f3
No related branches found
No related tags found
1 merge request!925[navierstokes] Add convenience function to calculate pseudo 3D friction term
...@@ -98,7 +98,6 @@ dune_add_test(NAME test_navierstokes_angeli ...@@ -98,7 +98,6 @@ dune_add_test(NAME test_navierstokes_angeli
${CMAKE_CURRENT_BINARY_DIR}/test_angeli-00045.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_angeli-00045.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_navierstokes_angeli") --command "${CMAKE_CURRENT_BINARY_DIR}/test_navierstokes_angeli")
dune_add_test(NAME test_stokes_channel_3d dune_add_test(NAME test_stokes_channel_3d
SOURCES test_stokes_channel_3d.cc SOURCES test_stokes_channel_3d.cc
COMPILE_DEFINITIONS DIM_3D=1 COMPILE_DEFINITIONS DIM_3D=1
...@@ -107,7 +106,8 @@ dune_add_test(NAME test_stokes_channel_3d ...@@ -107,7 +106,8 @@ dune_add_test(NAME test_stokes_channel_3d
CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/stokes_channel_3d-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/stokes_channel_3d-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_3d-00001.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_3d-00001.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_3d") --command "${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_3d"
--zeroThreshold {"velocity_component \(m/s\)":1e-12})
dune_add_test(NAME test_stokes_channel_pseudo3d dune_add_test(NAME test_stokes_channel_pseudo3d
SOURCES test_stokes_channel_3d.cc SOURCES test_stokes_channel_3d.cc
...@@ -117,4 +117,5 @@ dune_add_test(NAME test_stokes_channel_pseudo3d ...@@ -117,4 +117,5 @@ dune_add_test(NAME test_stokes_channel_pseudo3d
CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/stokes_channel_pseudo3d-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/stokes_channel_pseudo3d-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_pseudo3d-00001.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_pseudo3d-00001.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_pseudo3d") --command "${CMAKE_CURRENT_BINARY_DIR}/test_stokes_channel_pseudo3d"
--zeroThreshold {"velocity_component \(m/s\)":1e-12})
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