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

Private Member Functions

subroutine distributed_matrix_library_type_set (DISTRIBUTED_MATRIX, LIBRARY_TYPE, ERR, ERROR,)
 Sets/changes the library type for a distributed matrix. More...
 

Detailed Description

Definition at line 192 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_librarytypeset::distributed_matrix_library_type_set ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), intent(in)  LIBRARY_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the library type for a distributed matrix.

Parameters
distributed_matrixA pointer to the distributed matrix
[in]library_typeThe library type
See also
DISTRIBUTED_MATRIX_VECTOR::LibraryTypes,DISTRIBUTED_MATRIX_VECTOR
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 2087 of file distributed_matrix_vector.f90.