The Get_Value_Multi_Mesh functions return values from a Multi_Mesh object.
Calling syntax:
Pointer = Cell_Structure(Mesh) | , |
Pointer = Face_Structure(Mesh) | , |
Output = First_Cell_PE(Mesh) | , |
Output = First_Face_PE(Mesh) | , |
Output = First_Node_PE(Mesh) | , |
Output = Get_Faces_per_Cell(Mesh) | , |
Output = Get_NDimensions(Mesh) | , |
Output = Last_Cell_PE(Mesh) | , |
Output = Last_Face_PE(Mesh) | , |
Output = Last_Node_PE(Mesh) | , |
Output = Name(Mesh) | , |
Output = NCells_PE(Mesh) | , |
Output = NCells_Total(Mesh) | , |
Output = NFaces_PE(Mesh) | , |
Output = NFaces_Total(Mesh) | , |
Output = NNodes_PE(Mesh) | , |
Output = NNodes_Total(Mesh) | , |
Pointer = Node_Structure(Mesh) | , |
Range = Range_Cells_PE(Mesh) | , |
Range = Range_Faces_PE(Mesh) | or |
Range = Range_Nodes_PE(Mesh) |
Input variable:
Mesh | The Multi_Mesh object to be queried. |
Output variables:
Pointer | A pointer to a Base Structure within the Mesh object. | ||
Output | For Name, returns a character variable containing the name assigned to the Mesh upon initialization. Otherwise, an integer with the named value from the Mesh object is returned. | ||
Range | A dimension(2) integer with the specified range from the Mesh object. |
The Get Value Multi_Mesh code listing contains additional documentation.
Michael L. Hall