[ 源代码: python-meshzoo ]
软件包:python3-meshzoo(0.9.4-1)
python3-meshzoo 的相关链接
Debian 的资源:
下载源码包 python-meshzoo:
- [python-meshzoo_0.9.4-1.dsc]
- [python-meshzoo_0.9.4.orig.tar.gz]
- [python-meshzoo_0.9.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
simple geometric meshes (Python 3)
When generating meshes for FEM/FVM computations, sometimes your geometry is so simple that you don't need a complex mesh generator (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple and fast that makes use of the structure of the domain. Enter meshzoo.
Examples: Triangle, Rectangle, Regular polygon, Disk, Möbius strip, Sphere (surface), Ball (solid), Tube, Cube.
This package installs the module for Python 3.
其他与 python3-meshzoo 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy (>= 1.20~)
- Fast array facility to the Python 3 language