[FEM] Elmer: add tooltips

This commit is contained in:
Uwe
2022-08-13 04:10:21 +02:00
parent 2e068fe4a8
commit 51deef0dcd
2 changed files with 7 additions and 3 deletions
@@ -45,7 +45,11 @@ class Proxy(equationbase.BaseProxy):
"App::PropertyInteger",
"Priority",
"Base",
""
(
"Number of your choice\n"
"The equation with lowest number\n"
"will be solved first."
)
)
@@ -89,7 +89,7 @@ class Proxy(equation.Proxy):
"App::PropertyInteger",
"BiCGstablDegree",
"Linear System",
""
"Polynom degree for iterative method 'BiCGstabl'"
)
obj.BiCGstablDegree = 2
obj.addProperty(
@@ -104,7 +104,7 @@ class Proxy(equation.Proxy):
"App::PropertyFloat",
"LinearTolerance",
"Linear System",
""
"Linear preconditioning method"
)
# we must set an expression because we don't have a UI, the user has to
# view and edit the tolerance via the property editor and this does not