subroutine distributed_matrix_vector::distributedvector_output::distributed_vector_output |
( |
integer(intg), intent(in) |
ID, |
|
|
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Outputs a distributed vector to the specified output ID.
- Parameters
-
[in] | id | The ID of the output stream |
| distributed_vector | A pointer to the distributed vector to duplicate |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 7311 of file distributed_matrix_vector.f90.