FreeCAD: master 1e5c0fce

Author Committer Branch Timestamp Parent
Uwe GitHub master 2021-04-13 05:32:44 master d4e01609
Changeset [FEM] add support for 3D recombinations (#4706)

* [FEM] add support for 3D recombinations

currently we only support surface recombinations but for some applications 3D recombinations are useful as well

* add support for the recombination algorithms

using a sensible algorithm is important to get useful results, see https://wiki.freecadweb.org/FEM_MeshGmshFromShape#Properties
where I described examples
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File
mod - src/Mod/Fem/femobjects/mesh_gmsh.py Diff File