文件名称:tess2:并行 Delaunay 和 Voronoi 细分和密度估计
文件大小:1.48MB
文件格式:ZIP
更新时间:2024-06-18 19:07:15
C++
并行 Delaunay 和 Voronoi 细分和密度估计 许可 Tess 是在 BSD 风格下作为开源软件。 要求 C++11 编译器 块并行库 或计算几何库 安装 以下说明假设 Qhull 是串行几何引擎。 构建依赖 一种。 git clone https://github.com/diatomic/diy2 湾 wget http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz tar -xvf qhull-2020-src-8.0.2.tgz cd qhull-2020.2/ make 构建苔丝 git clone https://github.com/diatomic/tess2 cmake /path/to/tess \ -DCMAKE_CXX_COMPILER=mpicxx \ -DCMAKE_C_COMPILE
【文件预览】:
tess2-master
----src()
--------backward.cpp(757B)
--------tess-qhull.c(6KB)
--------tet.cpp(10KB)
--------tess-regular.cpp(4KB)
--------swap.cpp(2KB)
--------tess-kdtree.cpp(4KB)
--------tess.cpp(32KB)
--------dense.cpp(65KB)
--------tess-cgal.cpp(3KB)
--------volume.cpp(1KB)
--------CMakeLists.txt(849B)
----COPYING(2KB)
----tools()
--------draw.cpp(49KB)
--------dense-plot.py(3KB)
--------CMakeLists.txt(1KB)
--------stats.cpp(2KB)
----examples()
--------memory.h(2KB)
--------tess()
--------opts.h(9KB)
--------dense()
--------post-tess()
--------tess-dense()
--------pread-voronoi()
--------CMakeLists.txt(203B)
----README.md(2KB)
----include()
--------tess()
----CMakeLists.txt(8KB)
----.build.yml(496B)