|
subroutine | distributed_vector_duplicate (DISTRIBUTED_VECTOR, NEW_DISTRIBUTED_VECTOR, ERR, ERROR,) |
| Duplicates the structure of a distributed vector and returns a pointer to the new distributed vector in NEW_DISTRIBUTED_VECTOR. More...
|
|
subroutine distributed_matrix_vector::distributedvector_duplicate::distributed_vector_duplicate |
( |
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
type(distributed_vector_type), pointer |
NEW_DISTRIBUTED_VECTOR, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Duplicates the structure of a distributed vector and returns a pointer to the new distributed vector in NEW_DISTRIBUTED_VECTOR.
- Parameters
-
| distributed_vector | A pointer to the distributed vector to duplicate |
| new_distributed_vector | On return a pointer to the new duplicated distributed vector |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 6635 of file distributed_matrix_vector.f90.