[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:
@@ -84,7 +84,7 @@ class Proxy(equation.Proxy):
|
||||
""
|
||||
)
|
||||
obj.LinearIterativeMethod = LINEAR_ITERATIVE
|
||||
obj.LinearIterativeMethod = "BiCGStab"
|
||||
obj.LinearIterativeMethod = "BiCGStabl"
|
||||
obj.addProperty(
|
||||
"App::PropertyInteger",
|
||||
"BiCGstablDegree",
|
||||
|
||||
Reference in New Issue
Block a user