[FEM] Elmer: add tooltips

This commit is contained in:
Uwe
2022-08-13 03:45:42 +02:00
parent 5a72f2d1fa
commit 278598083d
2 changed files with 7 additions and 3 deletions

View File

@@ -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."
)
)

View File

@@ -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