10.6.9 Get_Values_Distributed_Vector Procedure

The Get_Values_Distributed_Vector procedure gets the values from a Distributed Vector.

Calling syntax:

Values = DV or
call Get_Values (Values, DV)  

Input variable:

 DV  The Distributed_Vector object to be queried.

Output variable:

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

The Get_Values_Distributed_Vector code listing contains additional documentation.

Michael L. Hall