From 0900e35e3b56267a94714f0d26f6a0b3a084bea6 Mon Sep 17 00:00:00 2001
From: Wenqing Wang <wenqing.wang@ufz.de>
Date: Thu, 29 Apr 2021 15:14:44 +0200
Subject: [PATCH] [Ctest/THM] Changed the nonlinear convergence tolerance

---
 .../anisotropic_thermal_expansivity/cube_ortho_phi0.183.prj     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Data/ThermoHydroMechanics/Linear/anisotropic_thermal_expansivity/cube_ortho_phi0.183.prj b/Tests/Data/ThermoHydroMechanics/Linear/anisotropic_thermal_expansivity/cube_ortho_phi0.183.prj
index 9b1bd0a895d..a543b35f927 100644
--- a/Tests/Data/ThermoHydroMechanics/Linear/anisotropic_thermal_expansivity/cube_ortho_phi0.183.prj
+++ b/Tests/Data/ThermoHydroMechanics/Linear/anisotropic_thermal_expansivity/cube_ortho_phi0.183.prj
@@ -135,7 +135,7 @@
                 <convergence_criterion>
                     <type>PerComponentDeltaX</type>
                     <norm_type>NORM2</norm_type>
-                    <abstols>1e-5 1e-2 1e-5 1e-5 1e-5</abstols>
+                    <reltols>1e-15 1e-8 1e-15 1e-15 1e-15</reltols>
                 </convergence_criterion>
                 <time_discretization>
                     <type>BackwardEuler</type>
-- 
GitLab