Skip to content
Snippets Groups Projects
Commit 8d808e02 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[ctest] increase zero threshold for two tests

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15303 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 4c0ae8c8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ add_dumux_test(test_stokes2c test_stokes2c test_stokes2c.cc
--command "${CMAKE_CURRENT_BINARY_DIR}/test_stokes2c"
--files ${CMAKE_SOURCE_DIR}/test/references/stokes2c-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/stokes2c-00007.vtu
--zeroThreshold {"v":1e-10})
--zeroThreshold {"v":1e-9})
add_dumux_test(test_stokes2c_diffusion test_stokes2c test_stokes2c.cc
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
......
......@@ -6,4 +6,4 @@ add_dumux_test(test_elastic test_elastic test_elastic.cc
--files ${CMAKE_SOURCE_DIR}/test/references/elasticmatrix-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/elasticmatrix-00002.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_elastic"
--zeroThreshold {"stress X":1e-10,"stress Y":1e-10,"stress Z":1e-10})
--zeroThreshold {"uy":1e-15,"uz":1e-15,"stress X":1e-8,"stress Y":1e-8,"stress Z":1e-8})
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