From 6c1a8bc19a9d19033312bfa6afcbe07dc8323bbc Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 2 Feb 2018 14:57:49 +0100 Subject: [PATCH] [T] Relaxed tolerance for pressure even more . --- ProcessLib/HT/Tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/HT/Tests.cmake b/ProcessLib/HT/Tests.cmake index 4bd3048963b..f4dd5065d90 100644 --- a/ProcessLib/HT/Tests.cmake +++ b/ProcessLib/HT/Tests.cmake @@ -187,7 +187,7 @@ AddTest( REQUIREMENTS NOT (OGS_USE_LIS OR OGS_USE_MPI) DIFF_DATA square_5500x5500.vtu ConstViscosityThermalConvection_pcs_1_ts_149_t_50000000000.000000.vtu T_ref T 1e-1 1.e-3 - square_5500x5500.vtu ConstViscosityThermalConvection_pcs_1_ts_149_t_50000000000.000000.vtu p_ref p 1e-1 1.e-3 + square_5500x5500.vtu ConstViscosityThermalConvection_pcs_1_ts_149_t_50000000000.000000.vtu p_ref p 1e+4 1.e-2 square_5500x5500.vtu ConstViscosityThermalConvection_pcs_1_ts_149_t_50000000000.000000.vtu darcy_velocity_ref darcy_velocity 1e-1 1.e-3 VIS ConstViscosityThermalConvection_pcs_1_ts_149_t_50000000000.000000.vtu ) -- GitLab