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

Private Member Functions

subroutine distributed_matrix_storage_locations_get (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, ERR, ERROR,)
 Gets the storage locations (sparsity pattern) for a distributed matrix. More...
 

Detailed Description

Definition at line 220 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_storagelocationsget::distributed_matrix_storage_locations_get ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), dimension(:), pointer  ROW_INDICES,
integer(intg), dimension(:), pointer  COLUMN_INDICES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Gets the storage locations (sparsity pattern) for a distributed matrix.

Parameters
distributed_matrixA pointer to the distributed matrix
row_indicesROW_INDICES(i). On return, the i'th row index of the matrix storage locations
column_indicesCOLUMN_INDICES(i). On return, the i'th column index of the matrix storage locations
[out]errThe error code
[out]errorThe error string

Definition at line 2870 of file distributed_matrix_vector.f90.