The Get_Coordinates_Nodes_of_Cells_Multi_Mesh procedure returns the node coordinates for each node of each cell of a Multi_Mesh object.
Calling syntax:
call Get_Coordinates_Nodes_of_Cells (Coordinates_Nodes_of_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
Coordinates_Nodes_of_Cells | The coordinates of the nodes for each cell on this PE. |
The Get_Coordinates_Nodes_of_Cells_Multi_Mesh code listing contains additional documentation.