The Get_Volume_Cells_Multi_Mesh procedure returns the cell volumes from a Multi_Mesh object.
Calling syntax:
call Get_Volume_Cells (Volume_Cells, Mesh) |
Input variable:
Mesh | The Multi_Mesh object. |
Output variable:
Volume_Cells | An array of the cell volumes on this PE. |
The Get_Volume_Cells_Multi_Mesh code listing contains additional documentation.