Skip to main content

GMSH

The GMSH plugin provides read and write support for the GMSH format and automatically associates with *.msh files. It supports line, triangle, quadrilateral, and tetrahedron geometries in both ASCII and binary representations. The plugin has no external dependencies.

To enable GMSH format support, the TellusimFormatGMSH.cpp file must be explicitly included in your project.

#include <formats/gmsh/source/TellusimFormatGMSH.cpp>