[FEM] Elmer: use different default linear solver

- BiCGStabl is as robust as BiCGStab but in all tested cases it converges faster
This commit is contained in:
Uwe
2022-08-04 03:24:03 +02:00
parent 5d1b25f130
commit e4d1cb66e9

View File

@@ -84,7 +84,7 @@ class Proxy(equation.Proxy):
""
)
obj.LinearIterativeMethod = LINEAR_ITERATIVE
obj.LinearIterativeMethod = "BiCGStab"
obj.LinearIterativeMethod = "BiCGStabl"
obj.addProperty(
"App::PropertyInteger",
"BiCGstablDegree",