嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
meshpy:适用于Python的2D3D简单网格生成器接口(Triangle,TetGen,gmsh)-源码
这种类型的网格主要用于有限元仿真代码中,但也有许多其他应用,从计算机图形学到机器人技术。 为了产生二维和三维网格,MeshPy提供的Python接口到三个广泛关注的网格生成器,由J. Shewchuk, 由杭司前二者都包含...
.
├── meshpy-main
│ ├── CMakeLists.txt
│ ├── LICENSE
│ ├── MANIFEST.in
│ ├── Makefile.in
│ ├── README.rst
│ ├── README_SETUP.txt
│ ├── aksetup_helper.py
│ ├── configure.py
│ ├── doc
│ │ ├── Makefile
│ │ ├── conf.py
│ │ ├── faq.rst
│ │ ├── geometry.rst
│ │ ├── gmsh.rst
│ │ ├── index.rst
│ │ ├── installation.rst
│ │ ├── tri-tet.rst
│ │ └── upload-docs.sh
│ ├── examples
│ │ ├── MESH_README.txt
│ │ ├── airfoil3d.py
│ │ ├── box-in-box.py
│ │ ├── clean.sh
│ │ ├── demo.py
│ │ ├── jw_mesh_examples.py
│ │ ├── jw_meshtools.py
│ │ ├── ka-6d.ply
│ │ ├── mesh_ply.py
│ │ ├── nico_mesh.py
│ │ ├── test_ball.py
│ │ ├── test_cylinder.py
│ │ ├── test_gmsh_reader.py
│ │ ├── test_tet_torus.py
│ │ ├── test_tetgen.py
│ │ ├── test_tetgen_2.py
│ │ ├── test_tri_pml.py
│ │ ├── test_tri_quadratic.py
│ │ ├── test_tri_simple_square.py
│ │ ├── test_triangle.py
│ │ ├── test_triangle_refine.py
│ │ ├── test_triangle_with_specified_points.py
│ │ ├── tet-size-control.py
│ │ ├── tri-boundary-markers.py
│ │ ├── tri-refinement-spec.py
│ │ └── write_dolfin.py
│ ├── meshpy
│ │ ├── __init__.py
│ │ ├── common.py
│ │ ├── geometry.py
│ │ ├── gmsh.py
│ │ ├── gmsh_reader.py
│ │ ├── naca.py
│ │ ├── ply.py
│ │ ├── tet.py
│ │ ├── tools.py
│ │ └── triangle.py
│ ├── patches
│ │ ├── mk-patch
│ │ ├── tetgen-1.4.2.patch
│ │ └── tetgen-1.4.3.patch
│ ├── setup.cfg
│ ├── setup.py
│ ├── src
│ │ └── cpp
│ │ ├── foreign_array.hpp
│ │ ├── foreign_array_wrap.hpp
│ │ ├── predicates.cpp
│ │ ├── tetgen-LICENSE
│ │ ├── tetgen.cpp
│ │ ├── tetgen.h
│ │ ├── triangle.cpp
│ │ ├── triangle.h
│ │ ├── wrap_tetgen.cpp
│ │ ├── wrap_triangle.cpp
│ │ └── wrapper.cpp
│ └── test
│ └── test_meshpy.py
└── meshpy适用于Python的2D3D简单网格生成器接口(Triangle,TetGen,gmsh)-源码_meshpy-main.zip
8 directories, 71 files