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

[test] increase zero threshold for nonisothermal multidomain tests


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15325 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 22497709
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ add_dumux_test(test_2cnistokes2p2cni test_2cnistokes2p2cni test_2cnistokes2p2cni ...@@ -7,7 +7,8 @@ add_dumux_test(test_2cnistokes2p2cni test_2cnistokes2p2cni test_2cnistokes2p2cni
--files ${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cni-ff-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cni-ff-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/stokes2cni-00004.vtu ${CMAKE_CURRENT_BINARY_DIR}/stokes2cni-00004.vtu
${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cni-pm-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cni-pm-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/2p2cni-00004.vtu) ${CMAKE_CURRENT_BINARY_DIR}/2p2cni-00004.vtu
--zeroThreshold {"v":1e-7,"velocityN":1e-12,"velocityW":5e-10})
add_dumux_test(test_2cnistokes2p2cni_boundarylayer test_2cnistokes2p2cni test_2cnistokes2p2cni.cc add_dumux_test(test_2cnistokes2p2cni_boundarylayer test_2cnistokes2p2cni test_2cnistokes2p2cni.cc
python ${CMAKE_SOURCE_DIR}/bin/runtest.py python ${CMAKE_SOURCE_DIR}/bin/runtest.py
...@@ -16,4 +17,5 @@ add_dumux_test(test_2cnistokes2p2cni_boundarylayer test_2cnistokes2p2cni test_2c ...@@ -16,4 +17,5 @@ add_dumux_test(test_2cnistokes2p2cni_boundarylayer test_2cnistokes2p2cni test_2c
--files ${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cniboundarylayer-ff-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cniboundarylayer-ff-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/stokes2cni_boundarylayer-00004.vtu ${CMAKE_CURRENT_BINARY_DIR}/stokes2cni_boundarylayer-00004.vtu
${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cniboundarylayer-pm-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cniboundarylayer-pm-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/2p2cni_boundarylayer-00004.vtu) ${CMAKE_CURRENT_BINARY_DIR}/2p2cni_boundarylayer-00004.vtu
--zeroThreshold {"v":1e-7,"velocityN":1e-12,"velocityW":5e-10})
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