|
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...
|
|
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_vector | A pointer to the distributed vector |
| data | A pointer to the distributed vector data for this computational node |
[out] | err | The error code |
[out] | error | The 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_vector | A pointer to the distributed vector |
| data | The a pointer to the distributed vector data for this computational node |
[out] | err | The error code |
[out] | error | The 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_vector | A pointer to the distributed vector |
| data | A pointer to the distributed vector data for this computational node |
[out] | err | The error code |
[out] | error | The 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_vector | A pointer to the distributed vector |
| data | A pointer to the distributed vector data for this computational node |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 7029 of file distributed_matrix_vector.f90.