From c4ee18a9ae8a9833eabde9f3227da965e5137449 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 28 Jun 2017 13:26:05 +0200 Subject: [PATCH] [1p][niconvection] fix variable name for threshold setting in test The name given for the threshold setting for the velocity did not coincide with the one used in the reference solution. However, the threshold used here several orders of magnitude larger than the maximum occurring velocity. There are actually discrepancies in velocity of 1% with respect to the reference solution! --- test/porousmediumflow/1p/implicit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/porousmediumflow/1p/implicit/CMakeLists.txt b/test/porousmediumflow/1p/implicit/CMakeLists.txt index 3bcd9db4fd..0997c152fe 100644 --- a/test/porousmediumflow/1p/implicit/CMakeLists.txt +++ b/test/porousmediumflow/1p/implicit/CMakeLists.txt @@ -51,7 +51,7 @@ add_dumux_test(test_box1pniconduction test_box1pniconduction test_box1pniconduct --files ${CMAKE_SOURCE_DIR}/test/references/1pniboxconduction-reference.vtu ${CMAKE_CURRENT_BINARY_DIR}/box1pniconduction-00006.vtu --command "${CMAKE_CURRENT_BINARY_DIR}/test_box1pniconduction" - --zeroThreshold {"velocity":1e-8}) + --zeroThreshold {"velocity_H2O":1e-8}) add_dumux_test(test_box1pniconvection test_box1pniconvection test_box1pniconvection.cc python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py -- GitLab