The Assemble_AV_from_DV procedure sets an Assembled Vector to a Distributed Vector by assembling the data on the IO PE.
Calling syntax:
| AV = DV | or |
| call Assemble (AV, DV) |
Input variable:
| DV | The Distributed_Vector object to be assembled. |
Output variable:
| AV | The Assembled_Vector object, completely on the IO PE. |
The Assemble_AV_from_DV code listing contains additional documentation.
Michael L. Hall