PyMeshIt documentation¶
PyMeshIt provides GUI-driven and headless Python workflows for creating conforming surface meshes and tetrahedral volume meshes from geological surfaces, faults, boundaries, and wells.
The headless API runs the meshing workflow without opening the GUI. It is designed for automated geometry studies, parameter sweeps, simulation setup, and Exodus export.
API status
The headless API is experimental in the 0.8 release series. Pin the PyMeshIt version used for production studies and review the release notes before upgrading.
Start here¶
Follow the installation guide.
Run the surface-meshing quickstart.
Work through the complete batch-workflow notebook.
Read the batch and POD guidance before comparing results from varying geometries.
Consult the headless API reference for exact signatures and defaults.
Getting started
User guide
Tutorials