gmsh_interop
gmsh_interop copied to clipboard
Interoperability with Gmsh for Python
Interoperability between Python and Gmsh
.. image:: https://gitlab.tiker.net/inducer/gmsh_interop/badges/main/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/gmsh_interop/commits/main .. image:: https://github.com/inducer/gmsh_interop/workflows/CI/badge.svg :alt: Github Build Status :target: https://github.com/inducer/gmsh_interop/actions?query=branch%3Amain+workflow%3ACI .. image:: https://badge.fury.io/py/gmsh_interop.png :alt: Python Package Index Release Page :target: https://pypi.org/project/gmsh_interop/ .. image:: https://zenodo.org/badge/113488057.svg :alt: Zenodo DOI for latest release :target: https://zenodo.org/doi/10.5281/zenodo.11075135
This package allows Python to interoperate with the gmsh <http://gmsh.info/>_
mesh generator.
This package contains:
gmsh_interop.readerto read gmsh's.mshfile format.gmsh_interop.runnerto run gmsh under program control and process its output.
Its contents was extracted from meshpy <https://github.com/inducer/meshpy>__
to escape its obnoxious licensing.
Links:
Github <https://github.com/inducer/gmsh_interop>_Python package index <https://pypi.org/project/gmsh_interop/>_Documentation <https://documen.tician.de/gmsh_interop>_