Robust, efficient Python-based 2.5D meshing.
- Preprocessing of Shapely-based inputs:
- vertex snapping + sub-tolerance buffering for robustness against arbitrary inputs with minimal distortion
- automated curve fitting for seamless curvilinear meshing
- Prismatic or tetrahedral elements
- Shared-memory parallel CAD with OpenCASCADE
- Shared-memory parallel meshing with GMSH
- Simplified remeshing with MMG
pip install meshwellFor more information and examples, visit the Documentation Site.
