OpenCMISS-Iron Internal API Documentation
|
Private Member Functions | |
subroutine | distributed_vector_values_add_intg (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed integer vector. More... | |
subroutine | distributed_vector_values_add_intg1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed integer vector. More... | |
subroutine | distributed_vector_values_add_sp (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed single precision vector. More... | |
subroutine | distributed_vector_values_add_sp1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed single precision vector. More... | |
subroutine | distributed_vector_values_add_dp (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed double precision vector. More... | |
subroutine | distributed_vector_values_add_dp1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed double precision vector. More... | |
subroutine | distributed_vector_values_add_l (DISTRIBUTED_VECTOR, INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed logical vector. More... | |
subroutine | distributed_vector_values_add_l1 (DISTRIBUTED_VECTOR, INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed logical vector. More... | |
Definition at line 465 of file distributed_matrix_vector.f90.
|
private |
Adds values to a distributed double precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be added |
[in] | values | VALUES(i). The i'th value to added |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 8865 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed double precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be added |
[in] | value | The value to be added |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 8946 of file distributed_matrix_vector.f90.
|
private |
Adds values to a distributed integer vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to add |
[in] | values | VALUES(i). The i'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 8599 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed integer vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be added at |
[in] | value | The value to be added |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 8670 of file distributed_matrix_vector.f90.
|
private |
Adds values to a distributed logical vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be added |
[in] | values | VALUES(i). The i'th value to added |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9020 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed logical vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be added |
[in] | value | The value to be added |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 9091 of file distributed_matrix_vector.f90.
|
private |
Adds values to a distributed single precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | indices | INDICES(i). The i'th index to be added |
[in] | values | VALUES(i). The i'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 8732 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed single precision vector.
distributed_vector | A pointer to the distributed vector | |
[in] | index | The index to be added |
[in] | value | The value to be added |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 8803 of file distributed_matrix_vector.f90.