From 9adc75a6c0fcc4de50d7c9d58e5ab3ebf31db73e Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 13 Jun 2024 11:02:12 +0200 Subject: [PATCH] [T/THM] Slightly relax conv. tolerance The generated TRM project in the SaturatedPointheatsource.ipynb notebook does not converge otherwise. --- .../PointHeatSource/point_heat_source_2D.prj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Data/ThermoRichardsMechanics/PointHeatSource/point_heat_source_2D.prj b/Tests/Data/ThermoRichardsMechanics/PointHeatSource/point_heat_source_2D.prj index 85822e06b50..da6b0e17e15 100644 --- a/Tests/Data/ThermoRichardsMechanics/PointHeatSource/point_heat_source_2D.prj +++ b/Tests/Data/ThermoRichardsMechanics/PointHeatSource/point_heat_source_2D.prj @@ -142,7 +142,7 @@ <convergence_criterion> <type>PerComponentDeltaX</type> <norm_type>NORM2</norm_type> - <reltols>1e-15 1e-15 1e-15 1e-15</reltols> + <reltols>1e-15 1e-14 5e-15 5e-15</reltols> </convergence_criterion> <time_discretization> <type>BackwardEuler</type> -- GitLab