From d20396fef2562d0feb580e03d3e1ac417ce80572 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Tue, 27 Sep 2016 11:43:02 +0200 Subject: [PATCH] [T] Relax tolerance GWF time dep. Neumann ctest. In the last time step the absolute maximum norm error is 1.24e-14 on jenkins' large test run. --- Applications/CLI/Tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/CLI/Tests.cmake b/Applications/CLI/Tests.cmake index 9218c627c8a..2aa86a2873d 100644 --- a/Applications/CLI/Tests.cmake +++ b/Applications/CLI/Tests.cmake @@ -192,7 +192,7 @@ if(NOT OGS_USE_MPI) EXECUTABLE_ARGS line_${mesh_size}_time_dep_neumann.prj WRAPPER time TESTER vtkdiff - ABSTOL 1e-15 RELTOL 1e-15 + ABSTOL 1e-14 RELTOL 1e-14 DIFF_DATA line_1_time_dep_dirichlet.vtu line_${mesh_size}_time_dep_neumann_pcs_0_ts_1_t_1.000000.vtu t_1s pressure line_1_time_dep_dirichlet.vtu line_${mesh_size}_time_dep_neumann_pcs_0_ts_5_t_5.000000.vtu t_5s pressure -- GitLab