Does alpha-wrapping have parallel functionality ? Is it parallelizable ? #8484
Closed
adhithya96
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Moved to Issue: #8543
Beta Was this translation helpful? Give feedback.
All reactions