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
Porting to C++ requires us to implement a k-means clustering by hand to allow partitioning of meshes without connectivity information (think point clouds).
This is relatively simple though.
Mesh Partitioner is ported to VTK in #40 . However, it can be further simplified.
There are some suggestions discussed in #40
The text was updated successfully, but these errors were encountered: