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

Private Member Functions

subroutine distributed_matrix_storage_locations_set (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, ERR, ERROR,)
 Sets the storage locations (sparsity pattern) in a distributed matrix to that specified by the row and column indices. More...
 

Detailed Description

Definition at line 224 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

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

Sets the storage locations (sparsity pattern) in a distributed matrix to that specified by the row and column indices.

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

Definition at line 2945 of file distributed_matrix_vector.f90.