CMD + K

meshpy

Community

Triangular and Tetrahedral Mesh Generator

Installation

To install this package, run one of the following:

Conda
$conda install freecad::meshpy

Usage Tracking

2022.1.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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, and gmsh by Christophe Geuzaine and Jean-Francois Remacle. 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.

As of Version 0.91.2, MeshPy also works with Python 3.

About

Summary

Triangular and Tetrahedral Mesh Generator

Last Updated

Jul 22, 2023 at 10:13

License

MIT AND LicenseRef-Proprietary-Triangle AND AGPL-3.0-or-later

Total Downloads

25

Supported Platforms

linux-aarch64