OpenCMISS-Iron Internal API Documentation
|
Private Member Functions | |
subroutine | distributed_vector_values_set_intg (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed integer vector. More... | |
subroutine | distributed_vector_values_set_intg1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed integer vector. More... | |
subroutine | distributed_vector_values_set_sp (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed single precision vector. More... | |
subroutine | distributed_vector_values_set_sp1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed single precision vector. More... | |
subroutine | distributed_vector_values_set_dp (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed double precision vector. More... | |
subroutine | distributed_vector_values_set_dp1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed double precision vector. More... | |
subroutine | distributed_vector_values_set_l (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed logical vector. More... | |
subroutine | distributed_vector_values_set_l1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed logical vector. More... | |
Definition at line 509 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9968 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed double precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be set |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 10049 of file distributed_matrix_vector.f90.
|
private |
Sets values in a distributed integer vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9702 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed integer vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be set |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9773 of file distributed_matrix_vector.f90.
|
private |
Sets values in a distributed logical vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 10125 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed logical vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be set |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 10196 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9835 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed single precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be set |
[in] | value | The value to be set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9906 of file distributed_matrix_vector.f90.