The Get_DeltaR1f_Cells_of_Cells_Multi_Mesh procedure returns the absolute distance between the cell center and each face center for each cell of a Multi_Mesh object. Although the locus could be thought of as Faces_of_Cells, it is called Cells_of_Cells to correspond with other variables across the face (e.g. DeltaR2f_Cells_of_Cells).
Calling syntax:
call Get_DeltaR1f_Cells_of_Cells (DeltaR1f_Cells_of_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
DeltaR1f_Cells_of_Cells | The absolute distance between the cell center and each face center for each cell on this PE. |
The Get_DeltaR1f_Cells_of_Cells_Multi_Mesh code listing contains additional documentation.
Michael L. Hall