The Distribute_AV_to_DV procedure sets a Distributed Vector to an Assembled Vector by distributing the data from the IO PE to all the PEs.
Calling syntax:
| DV = AV | or |
| call Distribute (DV, AV) |
Input variable:
| AV | The Assembled_Vector object to be distributed. |
Output variable:
| DV | The Distributed_Vector object, distributed over all the PEs. |
The Distribute_AV_to_DV code listing contains additional documentation.
Michael L. Hall