enums.MeshMethod
enums.MeshMethod()How a SimMesh turns an SDF into elements.
Attributes
| Name | Description |
|---|---|
| CUTFEM | No volume mesh: cut cells of the lattice, solved by CutFEM (thermal studies). |
| HEX | Voxelize the sampling lattice and snap boundary vertices (HEX8). |
| TET10 | The TET4 mesh promoted to quadratic straight-sided tets. |
| TET4 | Dual-contour the surface, then fill it with TetGen (linear tets). |