The Get_Area_Faces_of_Cells_Multi_Mesh procedure returns the vector areas for each face of each cell of a Multi_Mesh object.
Calling syntax:
call Get_Area_Faces_of_Cells (Area_Faces_of_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
Area_Faces_of_Cells | An array of the vector areas for each face of the cells on this PE. |
The Get_Area_Faces_of_Cells_Multi_Mesh code listing contains additional documentation.