Dear Prof Taylor and Prof S.Govindjee
I will study the files that you have mentioned for extracting the global id of the elements, I have just started using parfeap so will take some time to understand the code,your advises are very helpful in this respect
If I am not wrong the partitioned input files contain the information block "LOCAl to GLOBal node numbers", the second column has the global nodal ids
So mean while for my problem , I have written a matlab script that: extract the global ids of nodes, replace the local one in the connectivity array of element present in each partition input file, compare the modified connectivity list with the one in a non-partitioned mesh/input file to get the global ids
I still have to take care of the duplicate/ghost element ids, hope my approach is correct
regards