Dear Professor,
Thank you for your concern.
take a simple example.
In the initial input file, there are four quadrilateral elements and their connectivities are defined as:
Elements
1, 0, 1, 1, 5, 9, 8
2, 0, 1, 5, 2, 6, 9
3, 0, 1, 9, 6, 3, 7
4, 0, 1, 8, 9, 7, 4
In a serial feap or parallel feap with one processor, one can access the connectivities of element 3 from "ix(1:nen,1)", that is 9,6,3,7
When using two or more processors, I still want to get the original connectivities information of element 3, that is, 9,6,3,7 no matter how many processors were used.
Because I want to define static field variables on the mesh. I have more than one static field variables needed to be defined but not familiar with umesh.f. So I'm ready to use a slow and maybe stupid method to read data from the file in the user element.
Best regards.