Skip to content
Snippets Groups Projects
Commit f04a1b3f authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[staggered][test] Add zero threshold for velocity

* for stokesni-condunction test
parent a2d90a70
No related branches found
No related tags found
Loading
...@@ -35,7 +35,8 @@ add_dumux_test(test_channel_stokesni_conduction test_channel_stokesni test_chann ...@@ -35,7 +35,8 @@ add_dumux_test(test_channel_stokesni_conduction test_channel_stokesni test_chann
--script fuzzy --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/stokesni-conduction-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/stokesni-conduction-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_channel_stokesni_conduction-00004.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_channel_stokesni_conduction-00004.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_channel_stokesni test_channel_stokesni_conduction.input") --command "${CMAKE_CURRENT_BINARY_DIR}/test_channel_stokesni test_channel_stokesni_conduction.input"
--zeroThreshold {"velocity_H2O \(m/s\)":1e-20})
add_dumux_test(test_channel_navierstokes test_channel_navierstokes test_channel.cc add_dumux_test(test_channel_navierstokes test_channel_navierstokes test_channel.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......
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