From d455ba378eba24276820f76b889da87f61b2dcab 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",