From e4d1cb66e94ce3b8521e53612278ca24fb50eeaf Mon Sep 17 00:00:00 2001 From: Uwe Date: Thu, 4 Aug 2022 03:24:03 +0200 Subject: [PATCH] [FEM] Elmer: use different default linear solver - BiCGStabl is as robust as BiCGStab but in all tested cases it converges faster --- src/Mod/Fem/femsolver/elmer/equations/linear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femsolver/elmer/equations/linear.py b/src/Mod/Fem/femsolver/elmer/equations/linear.py index f6e1fc523a..29b2528823 100644 --- a/src/Mod/Fem/femsolver/elmer/equations/linear.py +++ b/src/Mod/Fem/femsolver/elmer/equations/linear.py @@ -84,7 +84,7 @@ class Proxy(equation.Proxy): "" ) obj.LinearIterativeMethod = LINEAR_ITERATIVE - obj.LinearIterativeMethod = "BiCGStab" + obj.LinearIterativeMethod = "BiCGStabl" obj.addProperty( "App::PropertyInteger", "BiCGstablDegree",