subroutine distributed_matrix_vector::distributedvector_createstart::distributed_vector_create_start |
( |
type(domain_mapping_type), pointer |
DOMAIN_MAPPING, |
|
|
type(distributed_vector_type), pointer |
DISTRIBUTED_VECTOR, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Starts the creation a distributed vector.
- Parameters
-
| domain_mapping | A pointer to the domain mapping used to distribute this vector |
| distributed_vector | On return, a pointer to the created distributed vector |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 6475 of file distributed_matrix_vector.f90.