Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve code quality of Mesh Partitioner #45

Open
2 tasks
kursatyurt opened this issue Nov 17, 2021 · 1 comment
Open
2 tasks

Improve code quality of Mesh Partitioner #45

kursatyurt opened this issue Nov 17, 2021 · 1 comment

Comments

@kursatyurt
Copy link
Collaborator

kursatyurt commented Nov 17, 2021

Mesh Partitioner is ported to VTK in #40 . However, it can be further simplified.

There are some suggestions discussed in #40

  • Porting mesh partitioner to C++ to remove METIS wrapper.
  • Partitioning using VTK Threshold, right now it is a bit tricky to apply partition.
@fsimonis
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants