Mesh Generation for Computational Science in Python

computational-geometry, math, mesh, python

Solution

The most useful packages out there are perhaps

- mshr,

- pygalmesh,

- dmsh,

- pygmsh, and

- MeshPy,

- meshzoo.

In addition, there is optimesh for improving the quality of any mesh.

(Disclaimer: I'm the author of pygmsh, pygalmesh, dmsh, meshzoo, and optimesh.)

Problem

I have a need for a Python module/package that provides a mesh on which I can do computational science? I am not doing graphics, so I don't think the blender package is what I want. Does anyone know of a good package?

Original source