pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
202 stars 16 forks source link

Remove OpenMP #57

Closed akaszynski closed 1 month ago

akaszynski commented 1 month ago

Resolve #56 by removing OpenMP.

This will reduce the performance in node normal and face normal calculation, but not the main clustering operations.

Also: