The Get_DeltaR21_Cells_of_Cells_Multi_Mesh procedure returns the absolute distance between the cell center and the cell center across each face (the ``other'' cell) for each face of each cell of a Multi_Mesh object.
Calling syntax:
call Get_DeltaR21_Cells_of_Cells (DeltaR21_Cells_of_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
DeltaR21_Cells_of_Cells | The absolute distance between the cell center and the other_cell center (across the face) for each cell on this PE. |
The Get_DeltaR21_Cells_of_Cells_Multi_Mesh code listing contains additional documentation.
Michael L. Hall