Open
Description
Discussed in #8484
Originally posted by adhithya96 September 19, 2024
I was reviewing alpha-wrapping for generating some surface meshes. One interesting thought was if alpha-wrapping can be parallelizable ? I got to know that it doesn't support the functionality yet from this link. I have gone through the paper on alpha wrapping and since the algorithm works as a modification of the delaunay triangulation algorithm, if the meshing is parallelizable, then the alpha wrapping algorithm should also be parallelizable right ? Attaching the link for paper as well.