top of page
IMPORT MESH FROM GMSH
GMSH is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor. It implements several meshing algorithms with specific characteristics.
-
1D, 2D and 3D
-
Structured, unstructured and hybrid
-
Straight-sided and curved
-
From standard CAD data or from STL through reparameterization
-
Built-in interfaces to external mesh generators (BAMG, MMG3D, Netgen)
SCIFESOL has an inbuilt reader to read meshes prepared in GMSH. The mesh reader recognizes the nodes on edges and surfaces of the model and prepares a separate list of all nodes in the boundary to enable the user to provide boundary conditions on the boundaries of the model.
bottom of page