[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4. Mesh module
Gmsh's mesh module regroups several 1D, 2D and 3D mesh algorithms, all producing grids conforming in the sense of finite elements (see section Mesh: finite element mesh generation).
The 2D unstructured algorithms generate triangles or both triangles
and quadrangles (when Recombine Surface
is used: see
Miscellaneous). The 3D unstructured algorithms only
generate tetrahedra.
The 2D structured algorithms (transfinite and extrusion) generate
triangles by default, but quadrangles can be obtained by using the
Recombine
commands (see Structured grids, and
Miscellaneous). The 3D structured algorithms
generate tetrahedra, hexahedra, prisms and pyramids, depending on the
type of the surface meshes they are based on.
4.1 Elementary vs. physical entities | ||
4.2 Mesh commands | ||
4.3 Mesh options |