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

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...
 

Detailed Description

Definition at line 498 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_dp ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), dimension(:), intent(in)  INDICES,
real(dp), dimension(:), intent(in)  VALUES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets values in a distributed double precision vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indicesINDICES(i). The i'th index to be set
[in]valuesVALUES(i). The i'th value to set
[out]errThe error code
[out]errorThe error string

Definition at line 9968 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_dp1 ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(in)  INDEX,
real(dp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets one value in a distributed double precision vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be set
[in]valueThe value to be set
[out]errThe error code
[out]errorThe error string

Definition at line 10049 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_intg ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), dimension(:), intent(in)  INDICES,
integer(intg), dimension(:), intent(in)  VALUES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets values in a distributed integer vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indicesINDICES(i). The i'th index to be set
[in]valuesVALUES(i). The i'th value to set
[out]errThe error code
[out]errorThe error string

Definition at line 9702 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_intg1 ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(in)  INDEX,
integer(intg), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets one value in a distributed integer vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be set
[in]valueThe value to be set
[out]errThe error code
[out]errorThe error string

Definition at line 9773 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_l ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), dimension(:), intent(in)  INDICES,
logical, dimension(:), intent(in)  VALUES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets values in a distributed logical vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indicesINDICES(i). The i'th index to be set
[in]valuesVALUES(i). The i'th value to set
[out]errThe error code
[out]errorThe error string

Definition at line 10125 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_l1 ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(in)  INDEX,
logical, intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets one value in a distributed logical vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be set
[in]valueThe value to be set
[out]errThe error code
[out]errorThe error string

Definition at line 10196 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_sp ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), dimension(:), intent(in)  INDICES,
real(sp), dimension(:), intent(in)  VALUES,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets values in a distributed single precision vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indicesINDICES(i). The i'th index to be set
[in]valuesVALUES(i). The i'th value to set
[out]errThe error code
[out]errorThe error string

Definition at line 9835 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributed_vector_values_set::distributed_vector_values_set_sp1 ( type(distributed_vector_type), pointer  DISTRIBUTED_VECTOR,
integer(intg), intent(in)  INDEX,
real(sp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets one value in a distributed single precision vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be set
[in]valueThe value to be set
[out]errThe error code
[out]errorThe error string

Definition at line 9906 of file distributed_matrix_vector.f90.