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