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

[multidomain][test] Add zero thresholds

* 2cnistokes2p2cni
* 2czeroeq2p2
parent acb82181
No related branches found
No related tags found
4 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!501Freeflow/turbulenceproperties,!492Resolve "Inconsistent `index()` method of the different `SubControlVolume` classes",!387Fix/fs364 mass formulation diffusive fluxes
......@@ -8,7 +8,7 @@ add_dumux_test(test_2cnistokes2p2cni test_2cnistokes2p2cni test_2cnistokes2p2cni
${CMAKE_CURRENT_BINARY_DIR}/stokes2cni-00007.vtu
${CMAKE_SOURCE_DIR}/test/references/2cnistokes2p2cni-pm-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/2p2cni-00007.vtu
--zeroThreshold {"v_1":1e-6,"velocityN_0":5e-11,"velocityW_0":5e-10,"velocityW_1":5e-9})
--zeroThreshold {"v_1":1e-6,"velocityN_0":5e-10,"velocityW_0":5e-10,"velocityW_1":5e-9})
add_dumux_test(test_2cnistokes2p2cni_boundarylayer test_2cnistokes2p2cni test_2cnistokes2p2cni.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
......
......@@ -7,7 +7,8 @@ add_dumux_test(test_2czeroeq2p2c test_2czeroeq2p2c test_2czeroeq2p2c.cc
--files ${CMAKE_SOURCE_DIR}/test/references/2czeroeq2p2c-ff-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/zeroeq2c-00028.vtu
${CMAKE_SOURCE_DIR}/test/references/2czeroeq2p2c-pm-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/2p2c-00028.vtu)
${CMAKE_CURRENT_BINARY_DIR}/2p2c-00028.vtu
--zeroThreshold {"v_1":5e-5,"velocityN_0":5e-10,"velocityW_0":5e-10,"velocityW_1":1e-10})
#install sources
install(FILES
......
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