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

Private Member Functions

subroutine distributed_vector_data_restore_intg (DISTRIBUTED_VECTOR, DATA, ERR, ERROR,)
 Restores the integer data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used. More...
 
subroutine distributed_vector_data_restore_sp (DISTRIBUTED_VECTOR, DATA, ERR, ERROR,)
 Restores the single precision data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used. More...
 
subroutine distributed_vector_data_restore_dp (DISTRIBUTED_VECTOR, DATA, ERR, ERROR,)
 Restores the double precision data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used. More...
 
subroutine distributed_vector_data_restore_l (DISTRIBUTED_VECTOR, DATA, ERR, ERROR,)
 Restores the logical data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used. More...
 

Detailed Description

Definition at line 403 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedvector_datarestore::distributed_vector_data_restore_dp ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
real(dp), dimension(:), pointer  DATA,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Restores the double precision data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used.

Parameters
distributed_vectorA pointer to the distributed vector
dataA pointer to the distributed vector data for this computational node
[out]errThe error code
[out]errorThe error string

Definition at line 7075 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributedvector_datarestore::distributed_vector_data_restore_intg ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), dimension(:), pointer  DATA,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Restores the integer data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used.

Parameters
distributed_vectorA pointer to the distributed vector
dataThe a pointer to the distributed vector data for this computational node
[out]errThe error code
[out]errorThe error string

Definition at line 6983 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributedvector_datarestore::distributed_vector_data_restore_l ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
logical, dimension(:), pointer  DATA,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Restores the logical data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used.

Parameters
distributed_vectorA pointer to the distributed vector
dataA pointer to the distributed vector data for this computational node
[out]errThe error code
[out]errorThe error string

Definition at line 7129 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributedvector_datarestore::distributed_vector_data_restore_sp ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
real(sp), dimension(:), pointer  DATA,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Restores the single precision data pointer returned from DISTRIBUTED_VECTOR_DATA_GET once the data has finished being used.

Parameters
distributed_vectorA pointer to the distributed vector
dataA pointer to the distributed vector data for this computational node
[out]errThe error code
[out]errorThe error string

Definition at line 7029 of file distributed_matrix_vector.f90.