https://github.com/inducer/gmsh_interop
Interoperability with Gmsh for Python
https://github.com/inducer/gmsh_interop
Last synced: 9 months ago
JSON representation
Interoperability with Gmsh for Python
- Host: GitHub
- URL: https://github.com/inducer/gmsh_interop
- Owner: inducer
- License: other
- Created: 2017-12-07T19:03:06.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T19:59:18.000Z (12 months ago)
- Last Synced: 2025-04-03T23:35:06.805Z (9 months ago)
- Language: Python
- Size: 138 KB
- Stars: 33
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
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 `_
mesh generator.
This package contains:
* ``gmsh_interop.reader`` to read gmsh's ``.msh`` file format.
* ``gmsh_interop.runner`` to run gmsh under program control and process its output.
Its contents was extracted from `meshpy `__
to escape its obnoxious licensing.
Links:
* `Github `_
* `Python package index `_
* `Documentation `_