The Get_Coordinates_Cells_Multi_Mesh procedure returns the cell center coordinates for each cell of a Multi_Mesh object.
Calling syntax:
call Get_Coordinates_Cells (Coordinates_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
Coordinates_Cells | The cell-center coordinates for each cell on this PE. |
The Get_Coordinates_Cells_Multi_Mesh code listing contains additional documentation.