FEM: gmsh, add linear nodes interpolation parameter (thanks to _UR)
This commit is contained in:
@@ -174,6 +174,14 @@ class _FemMeshGmsh():
|
||||
)
|
||||
obj.GeometryTolerance = 1e-06
|
||||
|
||||
obj.addProperty(
|
||||
"App::PropertyBool",
|
||||
"SecondOrderLinear",
|
||||
"FEM Gmsh Mesh Params",
|
||||
"Second order nodes are created by linear interpolation"
|
||||
)
|
||||
obj.SecondOrderLinear = True
|
||||
|
||||
obj.addProperty(
|
||||
"App::PropertyEnumeration",
|
||||
"Algorithm2D",
|
||||
|
||||
Reference in New Issue
Block a user