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
- Shared-memory parallel CAD with OpenCASCADE
- Shared-memory parallel meshing with GMSH
- Simplified remeshing with MMG
- (Planned) Distributed memory processing with domain decomposition
- (Planned) Hybrid structured / unstructured meshes
pip install meshwellFor more information and examples, visit the Documentation Site.
