The Get_Coordinates_Cells_of_Cells_Multi_Mesh procedure returns the coordinates for the cell on the other side of each face of each cell of a Multi_Mesh object.
Calling syntax:
call Get_Coordinates_Cells_of_Cells (Coordinates_Cells_of_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
Coordinates_Cells_of_Cells | An array of the coordinates for the cells on the other side of each face of the cells on this PE. |
The Get_Coordinates_Cells_of_Cells_Multi_Mesh code listing contains additional documentation.
Michael L. Hall