-
|
Gmsh has a python api https://pypi.org/project/gmsh/ |
Beta Was this translation helpful? Give feedback.
Answered by
inducer
Jun 9, 2025
Replies: 1 comment
-
|
Good question! Mainly that this is Python-only, so there are no headaches with building it if you do have to build it. AFAIK, GMSH's Python API having binary wheels is quite a recent change. https://github.com/nschloe/meshio is also worth considering as an alternative. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
QiangF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question! Mainly that this is Python-only, so there are no headaches with building it if you do have to build it. AFAIK, GMSH's Python API having binary wheels is quite a recent change.
https://github.com/nschloe/meshio is also worth considering as an alternative.