Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inducer/meshpy
2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)
https://github.com/inducer/meshpy
gmsh mesh-generation python scientific-computing tetgen triangle wrapper
Last synced: 14 days ago
JSON representation
2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)
- Host: GitHub
- URL: https://github.com/inducer/meshpy
- Owner: inducer
- License: other
- Created: 2011-11-11T17:11:40.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:42:34.000Z (7 months ago)
- Last Synced: 2024-04-14T09:55:36.578Z (7 months ago)
- Topics: gmsh, mesh-generation, python, scientific-computing, tetgen, triangle, wrapper
- Language: C++
- Homepage: http://mathema.tician.de/software/meshpy
- Size: 1.42 MB
- Stars: 470
- Watchers: 24
- Forks: 102
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-fluid-dynamics - inducer/meshpy - 2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh). ![C++](logo/cpp.svg) ![Python](logo/Python.svg) (Meshing / Books)
- awesome-scientific-computing - GitHub
README
MeshPy: Simplicial Mesh Generation from Python
==============================================.. image:: https://gitlab.tiker.net/inducer/meshpy/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/meshpy/commits/main
.. image:: https://github.com/inducer/meshpy/workflows/CI/badge.svg?branch=main
:alt: Github Build Status
:target: https://github.com/inducer/meshpy/actions?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/MeshPy.svg
:alt: Python Package Index Release Page
:target: https://pypi.org/project/meshpy/
.. image:: https://zenodo.org/badge/2757253.svg
:alt: Zenodo DOI for latest release
:target: https://zenodo.org/badge/latestdoi/2757253MeshPy offers quality triangular and tetrahedral mesh generation for Python.
Meshes of this type are mainly used in finite-element simulation codes, but
also have many other applications ranging from computer graphics to robotics.In order to generate 2D and 3D meshes, MeshPy provides Python interfaces to
two well-regarded mesh generators: `Triangle
`__ by J. Shewchuk and `TetGen
`__ by Hang Si. The two are included in the
package in slightly modified versions.For an interface to `gmsh `__, by Christophe Geuzaine
and Jean-Francois Remacle, see `gmsh_interop `__.Online resources
================* `Home page `__
* `Documentation `__
* `Source `__
* `Package index `__
* `Discussions `__