...using the algorithm in this paper https://mrzv.org/publications/distributed-delaunay/
What it requires on top of the simple dela. wrapper is to:
- decompose the domain into cuboids (maybe cykdtree?)
- determine if a point is part of a infinite or finite Voronoi cell (cgal wrapper)
- communicate points to neighboring subdomains (mpi4py)
...using the algorithm in this paper https://mrzv.org/publications/distributed-delaunay/
What it requires on top of the simple dela. wrapper is to: