Mesh Generation for Computational Science in Python

后端 未结 3 1642
半阙折子戏
半阙折子戏 2021-01-02 09:38

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 wha

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-02 10:01

    The most useful packages out there are perhaps

    • mshr,
    • pygalmesh,
    • dmsh,
    • pygmsh, and
    • MeshPy.

    I've created a repo showcasing a number of examples.

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

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

提交回复
热议问题