SCOREC / pumi-pic

support libraries for unstructured mesh particle in cell simulations on GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

Check input mesh partition count in print_partition tool #42

Closed joshia5 closed 4 years ago

joshia5 commented 4 years ago

cc @cwsmith

diamog commented 4 years ago

My only worry here is that the print_partition tool supports two different mesh formats (osh and gmesh) and this may not work in the gmesh usage. It is fine to remove support for gmesh as they are no longer used. Does this change still pass all the tests? I imagine there are still gmesh tests included in the test bed

joshia5 commented 4 years ago

Thank you for the comment and suggestion. I have made a modification to check only for osh input mesh. All tests included in the test bed pass now.