Where are the coordinates of points of submeshes partitioned by metis-4.0

hello,I'm solving a partial differential equation in finite element method.In the beginning,partioning meshes is required.Not only elements and vertex of meshes are in need,but also the coordinates of points of submeshes.Using metis-4.0,how can I get the coordinates?
Thank you !

RE: Hello, I have the same

Hello,
I have the same problem, that I need also the coordinates. How did you solve it? Did you write the program to postprocess it? Could you share it with me?

Thank you! :)

RE: You can get the coordinates

You can get the coordinates of the submeshes, by writing a program to postprocess the partition returned by Metis to split the mesh, and then get the coordinates of the resulting submeshes.