hiaselhans / meshpy

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

Home Page:http://mathema.tician.de/software/meshpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshPy: Simplicial Mesh Generation from Python

Gitlab Build Status Github Build Status Python Package Index Release Page

MeshPy offers quality triangular and tetrahedral mesh generation for Python. Meshes of this type are chiefly 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 three well-regarded mesh generators, Triangle by J. Shewchuk, TetGen by Hang Si The former two are included in the package in slightly modified versions. A generic mesh reader for the latter is included, as is an easy way to run gmsh from a Python script.

For an interface to gmsh by Christophe Geuzaine and Jean-Francois Remacle, see gmsh_interop.

MeshPy has no dependencies other than a C++ compiler, pybind11, and a working Python installation. Before installing meshpy, you may install pybind11 using the command:

pip install pybind11

Online resources

About

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

http://mathema.tician.de/software/meshpy

License:Other


Languages

Language:C++ 94.6%Language:Python 4.3%Language:C 1.0%Language:CMake 0.0%Language:Makefile 0.0%Language:Shell 0.0%