[Fem] Elmer: change default nonlinear tolerance

- ElmerGUI uses 1e-7 as default, so we should do too
This commit is contained in:
Uwe
2022-08-07 04:33:21 +02:00
parent df257416a5
commit dcdbf6dcaa

View File

@@ -81,7 +81,7 @@ class Proxy(linear.Proxy):
# the user has to view and edit the tolerance via the property editor and
# this does not yet allow to view and edit small numbers in scientific notation
# forum thread: https://forum.freecadweb.org/viewtopic.php?p=613897#p613897
obj.setExpression("NonlinearTolerance", "1e-8")
obj.setExpression("NonlinearTolerance", "1e-7")
obj.setExpression("NonlinearNewtonAfterTolerance", "1e-3")
obj.RelaxationFactor = 1.0