The Get_Values_Assembled_Vector procedure gets the values from an Assembled Vector.
Calling syntax:
Values = AV | or |
call Get_Values (Values, AV) |
Input variable:
AV | The Assembled_Vector object to be queried. |
Output variable:
Values | The bare naked vector of values from the Assembled_Vector object, only defined on the IO PE. |
The Get_Values_Assembled_Vector code listing contains additional documentation.
Michael L. Hall