Skip to content
Snippets Groups Projects

[examples] fix threshold for 2p infiltration example

Merged Bernd Flemisch requested to merge fix/threshold-for-2pinfiltration-example into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ dumux_add_test(NAME example_2p_pointsource_adaptive
SOURCES main.cc
CMAKE_GUARD dune-alugrid_FOUND
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
CMD_ARGS --script fuzzy --zeroThreshold {"pc":0.1}
--files ${CMAKE_SOURCE_DIR}/test/references/example-2padaptive-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/example_2p_pointsource_adaptive-00006.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/example_2p_pointsource_adaptive params.input -TimeLoop.TEnd 100 -TimeLoop.DtInitial 10 -Problem.Name example_2p_pointsource_adaptive")
Loading