Hi, I am just wondering is there any easy way to get the vertex separator info from the output of METIS_NodeND? Thanks for the help!
Look at the parmetis.c file in the library directory. It contains some separator routines that actually "mark" the separators are the 3rd partition (i.e., partition ID = 2).
RE: Look at the parmetis.c file
Look at the parmetis.c file in the library directory. It contains some separator routines that actually "mark" the separators are the 3rd partition (i.e., partition ID = 2).