OpenCMISS-Iron Internal API Documentation
|
Private Member Functions | |
subroutine | distributed_vector_values_get_intg (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Gets values in a distributed integer vector. More... | |
subroutine | distributed_vector_values_get_intg1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Gets one value in a distributed integer vector. More... | |
subroutine | distributed_vector_values_get_sp (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Gets values in a distributed single precision vector. More... | |
subroutine | distributed_vector_values_get_sp1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Gets one value in a distributed single precision vector. More... | |
subroutine | distributed_vector_values_get_dp (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Gets values in a distributed double precision vector. More... | |
subroutine | distributed_vector_values_get_dp1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Gets one value in a distributed double precision vector. More... | |
subroutine | distributed_vector_values_get_l (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Gets values in a distributed logical vector. More... | |
subroutine | distributed_vector_values_get_l1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Gets one value in a distributed logical vector. More... | |
Definition at line 487 of file distributed_matrix_vector.f90.
|
private |
Gets values in a distributed double precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be get |
[out] | values | VALUES(i). On return, the value at the i'th specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9416 of file distributed_matrix_vector.f90.
|
private |
Gets one value in a distributed double precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be get |
[out] | value | On return, the value at the specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9498 of file distributed_matrix_vector.f90.
|
private |
Gets values in a distributed integer vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be get |
[out] | values | VALUES(i). On return, the value at the i'th specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9153 of file distributed_matrix_vector.f90.
|
private |
Gets one value in a distributed integer vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be get |
[out] | value | On return, the value at the specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9224 of file distributed_matrix_vector.f90.
|
private |
Gets values in a distributed logical vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be get |
[out] | values | VALUES(i). On return, the value in the i'th specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9571 of file distributed_matrix_vector.f90.
|
private |
Gets one value in a distributed logical vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be get |
[out] | value | On return, the value in the specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9641 of file distributed_matrix_vector.f90.
|
private |
Gets values in a distributed single precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be get |
[out] | values | VALUES(i). On return, the value at the i'th specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9285 of file distributed_matrix_vector.f90.
|
private |
Gets one value in a distributed single precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be get |
[out] | value | On return, the value at the specified index |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9355 of file distributed_matrix_vector.f90.