OpenCMISS-Iron Internal API Documentation
distributed_matrix_vector::distributedmatrix_createstart Interface Reference

Private Member Functions

subroutine distributed_matrix_create_start (ROW_DOMAIN_MAPPING, COLUMN_DOMAIN_MAPPING, DISTRIBUTED_MATRIX, ERR, ERROR,)
 Starts the creation of a distributed matrix. More...
 

Detailed Description

Definition at line 140 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

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_mappingA pointer to the row domain mapping to be used for the distribution
column_domain_mappingA pointer to the column domain mapping to be used for the distribution
distributed_matrixOn return a pointer to the distributed matrix being created
[out]errThe error code
[out]errorThe error string

Definition at line 1069 of file distributed_matrix_vector.f90.