https://github.com/simbilod/meshwell
Easily mesh collections of 2D and 3D polygons with complex extrusions using GMSH
https://github.com/simbilod/meshwell
finite-element-method finite-volume-method gmsh mesh meshing photonics python
Last synced: 2 months ago
JSON representation
Easily mesh collections of 2D and 3D polygons with complex extrusions using GMSH
- Host: GitHub
- URL: https://github.com/simbilod/meshwell
- Owner: simbilod
- License: gpl-3.0
- Created: 2023-05-05T20:45:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T23:43:42.000Z (3 months ago)
- Last Synced: 2025-08-25T00:48:20.843Z (3 months ago)
- Topics: finite-element-method, finite-volume-method, gmsh, mesh, meshing, photonics, python
- Language: Python
- Homepage: https://simbilod.github.io/meshwell/
- Size: 3.94 MB
- Stars: 29
- Watchers: 3
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meshwell
---
[](https://github.com/simbilod/meshwell/actions/workflows/pages.yml)
[](https://github.com/simbilod/meshwell/actions/workflows/test_code.yml)
[](https://pypi.org/project/meshwell/)
**Project is under active development, stay tuned for improved features, documentation, and releases!**
Meshwell is a Python wrapper around [GMSH](https://gmsh.info/) that provides:
(1) a PolyPrism class that simplifies, to the point of automating, the definition of solids from arbitrary (multi)polygons with "buffered" extrusions;
(2) a simple API where such Prisms and regular GMSH OCC objects are specified in an ordered dictionary of mesh priority, and whose keys are then used to label the mesh entities and their interfaces unambiguously;
See the documentation (under construction) for more information and examples. If you encounter a bug, you can make an issue so we can improve the software over time. Contributions are also welcome, see open issues for current bugs and requested features.