subroutine distributed_matrix_vector::distributedmatrix_createstart::distributed_matrix_create_start |
( |
type(domain_mapping_type), pointer |
ROW_DOMAIN_MAPPING, |
|
|
type(domain_mapping_type), pointer |
COLUMN_DOMAIN_MAPPING, |
|
|
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Starts the creation of a distributed matrix.
- Parameters
-
| row_domain_mapping | A pointer to the row domain mapping to be used for the distribution |
| column_domain_mapping | A pointer to the column domain mapping to be used for the distribution |
| distributed_matrix | On return a pointer to the distributed matrix being created |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1069 of file distributed_matrix_vector.f90.