10.6.12 Set_Values_Distributed_Vector Procedure

The Set_Values_Distributed_Vector procedure sets the values for the Distributed Vector.

Calling syntax:

DV = Values or
call Set_Values (DV, Values)  

Input variable:

 Values  The bare naked vector of values for the Distributed_Vector object, defined differently on each PE.

Input/Output variable:

 DV  The Distributed_Vector object to be set.

Internal variable:

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

The Set_Values_Distributed_Vector code listing contains additional documentation.

Michael L. Hall