The Get_Coordinates_Faces_of_Cells_Multi_Mesh procedure returns the coordinates for each face of each cell of a Multi_Mesh object.
Calling syntax:
call Get_Coordinates_Faces_of_Cells (Coordinates_Faces_of_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
Coordinates_Faces_of_Cells | An array of the coordinates for each face of the cells on this PE. |
The Get_Coordinates_Faces_of_Cells_Multi_Mesh code listing contains additional documentation.