FreeCAD: master 75371bb2

Author Committer Branch Timestamp Parent
uwestoehr berndhahnebach master 2021-03-23 02:12:07 master 7fb5a2d7
Changeset [FEM] add mesh algorithms

- Gmsh has since a while 2 new mesh algorithms
- on the other hand the two algorithms ""Frontal Delaunay" and "Frontal Hex" are deprecated and not listed anymore in the docs: https://gmsh.info/doc/texinfo/gmsh.html#index-Mesh_002eAlgorithm3D
and indeed all attempts with these 2 algorithms fail
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File
mod - src/Mod/Fem/femobjects/mesh_gmsh.py Diff File
mod - src/Mod/Fem/femtest/data/elmer/group_mesh.geo Diff File