From ebaf701daca7a057e5d493c58db6ee33f42fdfc2 Mon Sep 17 00:00:00 2001
From: MostafaMollaali <m.molaali@gmail.com>
Date: Mon, 26 Jun 2023 12:01:48 +0200
Subject: [PATCH] Using a tighter tolerance for the SNES solver

---
 Tests/Data/PhaseField/beam/bar_COHESIVE_linear.prj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Data/PhaseField/beam/bar_COHESIVE_linear.prj b/Tests/Data/PhaseField/beam/bar_COHESIVE_linear.prj
index 3b15a600873..1f5a4d8bd3d 100644
--- a/Tests/Data/PhaseField/beam/bar_COHESIVE_linear.prj
+++ b/Tests/Data/PhaseField/beam/bar_COHESIVE_linear.prj
@@ -262,7 +262,7 @@
         <linear_solver>
             <name>linear_solver_d</name>
             <petsc>
-                <parameters>-ksp_type cg -pc_type bjacobi -ksp_atol 1e-10 -ksp_rtol 1e-10 -snes_type vinewtonrsls -snes_linesearch_type l2 -snes_atol 1.e-8 -snes_rtol 1.e-8 -snes_max_it 1000 -snes_monitor </parameters>
+                <parameters>-ksp_type cg -pc_type bjacobi -ksp_atol 1e-14 -ksp_rtol 1e-14 -snes_type vinewtonrsls -snes_linesearch_type l2 -snes_atol 1.e-14 -snes_rtol 1.e-14 -snes_max_it 1000 -snes_monitor </parameters>
             </petsc>
         </linear_solver>
         <linear_solver>
-- 
GitLab