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

Private Member Functions

subroutine distributed_matrix_storage_type_get (DISTRIBUTED_MATRIX, STORAGE_TYPE, ERR, ERROR,)
 Gets the storage type of a distributed matrix. More...
 

Detailed Description

Definition at line 228 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_storagetypeget::distributed_matrix_storage_type_get ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), intent(out)  STORAGE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Gets the storage type of a distributed matrix.

Parameters
distributed_matrixA pointer to the distributed matrix
[out]storage_typeOn return, the storage (sparsity) type of the distributed matrix.
See also
MATRIX_VECTOR::StorageTypes,MATRIX_VECTOR
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 3143 of file distributed_matrix_vector.f90.