[FEM] add GMSH mesh order setting to dialog

- also set default to 1st order mesh
This commit is contained in:
donovaly
2021-03-24 01:57:05 +01:00
committed by Bernd Hahnebach
parent af3643853c
commit 7fb5a2d72a
3 changed files with 56 additions and 27 deletions

View File

@@ -141,7 +141,7 @@ class MeshGmsh(base_fempythonobject.BaseFemPythonObject):
"Order of mesh elements"
)
obj.ElementOrder = MeshGmsh.known_element_orders
obj.ElementOrder = "2nd"
obj.ElementOrder = "1st"
if not hasattr(obj, "OptimizeStd"):
obj.addProperty(