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

Private Member Functions

subroutine distributed_matrix_data_type_set (DISTRIBUTED_MATRIX, DATA_TYPE, ERR, ERROR,)
 Sets/changes the data type of a distributed matrix. More...
 

Detailed Description

Definition at line 172 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_datatypeset::distributed_matrix_data_type_set ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), intent(in)  DATA_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the data type of a distributed matrix.

Parameters
distributed_matrixA pointer to the distributed matrix
[in]data_typeThe data type to set.
See also
MATRIX_VECTOR::DataTypes,MATRIX_VECTOR
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 1687 of file distributed_matrix_vector.f90.