diff --git a/ProcessLib/RichardsMechanics/Tests.cmake b/ProcessLib/RichardsMechanics/Tests.cmake index 0058a30a4475e1979176d20e12c6b097ff49cf20..4154462a35657790712e32fa404b0cd15798d28d 100644 --- a/ProcessLib/RichardsMechanics/Tests.cmake +++ b/ProcessLib/RichardsMechanics/Tests.cmake @@ -27,8 +27,8 @@ AddTest( REQUIREMENTS NOT OGS_USE_MPI DIFF_DATA GLOB mechanics_linear_pcs_0_ts_*.vtu displacement displacement 1e-15 0 - GLOB mechanics_linear_pcs_0_ts_*.vtu sigma sigma 1e-15 0 - GLOB mechanics_linear_pcs_0_ts_*.vtu epsilon epsilon 1e-15 0 + GLOB mechanics_linear_pcs_0_ts_*.vtu sigma sigma 5e-15 0 + GLOB mechanics_linear_pcs_0_ts_*.vtu epsilon epsilon 5e-15 0 GLOB mechanics_linear_pcs_0_ts_*.vtu pressure pressure 1e-15 1e-15 GLOB mechanics_linear_pcs_0_ts_*.vtu velocity velocity 1e-15 1e-15 GLOB mechanics_linear_pcs_0_ts_*.vtu HydraulicFlow HydraulicFlow 1e-15 0 @@ -118,6 +118,6 @@ AddTest( TESTER vtkdiff REQUIREMENTS NOT OGS_USE_MPI DIFF_DATA - GLOB RichardsFlow_2d_richardsflow_pcs_0_ts_*.vtu pressure pressure 1e-11 1e-15 + GLOB RichardsFlow_2d_richardsflow_pcs_0_ts_*.vtu pressure pressure 5e-11 1e-15 GLOB RichardsFlow_2d_richardsflow_pcs_0_ts_*.vtu saturation saturation 1e-14 1e-15 )