Skip to content
/ meshpy Public
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

majosm/meshpy

This branch is 49 commits behind inducer/meshpy:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55c32ac · Nov 20, 2022
Nov 20, 2022
Nov 20, 2022
Oct 11, 2020
Nov 6, 2022
Oct 4, 2013
Jan 3, 2019
Oct 11, 2020
Jun 23, 2020
Oct 23, 2022
Mar 8, 2021
Nov 6, 2022
Jun 24, 2017
Apr 21, 2008
Sep 23, 2018
Dec 5, 2007
Nov 6, 2022
Nov 6, 2008
Oct 11, 2020
Oct 11, 2020
Oct 11, 2020
Nov 20, 2022

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 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)

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.7%
  • Python 4.3%
  • Other 1.0%