You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: