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

Private Member Functions

subroutine distributed_vector_output (ID, DISTRIBUTED_VECTOR, ERR, ERROR,)
 Outputs a distributed vector to the specified output ID. More...
 

Detailed Description

Definition at line 426 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedvector_output::distributed_vector_output ( integer(intg), intent(in)  ID,
type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Outputs a distributed vector to the specified output ID.

Parameters
[in]idThe ID of the output stream
distributed_vectorA pointer to the distributed vector to duplicate
[out]errThe error code
[out]errorThe error string

Definition at line 7311 of file distributed_matrix_vector.f90.