15.1.24 Set_Coordinates_Multi_Mesh Procedure

Note: This procedure is not finished and does not currently work.

The Set_Coordinates_Multi_Mesh procedure sets the coordinates for the Multi_Mesh object.

Calling syntax:

Mesh = Coordinates or
call Set_Coordinates (Mesh, Coordinates)  

Input variable:

 Coordinates  The Bare Naked Array of coordinates for the Multi_Mesh object, defined differently on each PE.

Input/Output variable:

 Mesh  The Multi_Mesh object to be set.

Internal variable:

 Version_Increment  The amount that the version number is incremented, which is a global class variable.

The Set_Coordinates_Multi_Mesh code listing contains additional documentation.

Michael L. Hall