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

Private Member Functions

subroutine distributed_matrix_update_isfinished (DISTRIBUTED_MATRIX, ISFINISHED, ERR, ERROR,)
 Tests to see if a distributed matrix update has finised. More...
 

Detailed Description

Definition at line 244 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_updateisfinished::distributed_matrix_update_isfinished ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
logical, intent(out)  ISFINISHED,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Tests to see if a distributed matrix update has finised.

Parameters
distributed_matrixA pointer to the distributed matrix
[out]isfinishedOn return ISFINISHED will be .TRUE. if the distributed matrix update has finished or .FALSE. if it has not
[out]errThe error code
[out]errorThe error string

Definition at line 3311 of file distributed_matrix_vector.f90.