Skip to content
forked from inducer/meshpy

2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)

License

Notifications You must be signed in to change notification settings

rfiorella/meshpy

 
 

Repository files navigation

MeshPy: Simplicial Mesh Generation from Python

Gitlab Build Status Github Build Status Python Package Index Release Page Zenodo DOI for latest release

MeshPy 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

About

2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Python 2.7%
  • Other 1.1%