Hi,
I'm really excited to use metis-rs for my CFD code.
I think it would be amazing if a few small examples were given with the library for the part_dual and part_nodal methods, since they're the most used methods in metis, and users having access to some simple test cases will help them use the library correctly.
I will try to see if I can create the examples on my own. And if I'm successful, I will submit them for metis-rs.
Thanks!
Here are a few examples using Fortran interface to metis that give a small example mesh, and partition it:
- https://ivan-pi.github.io/fmetis/sourcefile/test_partmeshnodal1.f90.html
- https://ivan-pi.github.io/fmetis/sourcefile/test_partmeshnodal2.f90.html