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

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

Detailed Description

Definition at line 487 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

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

Gets values in a distributed double precision vector.

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

Definition at line 9416 of file distributed_matrix_vector.f90.

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

Gets one value in a distributed double precision vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be get
[out]valueOn return, the value at the specified index
[out]errThe error code
[out]errorThe error string

Definition at line 9498 of file distributed_matrix_vector.f90.

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

Gets values in a distributed integer vector.

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

Definition at line 9153 of file distributed_matrix_vector.f90.

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

Gets one value in a distributed integer vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be get
[out]valueOn return, the value at the specified index
[out]errThe error code
[out]errorThe error string

Definition at line 9224 of file distributed_matrix_vector.f90.

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

Gets values in a distributed logical vector.

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

Definition at line 9571 of file distributed_matrix_vector.f90.

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

Gets one value in a distributed logical vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be get
[out]valueOn return, the value in the specified index
[out]errThe error code
[out]errorThe error string

Definition at line 9641 of file distributed_matrix_vector.f90.

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

Gets values in a distributed single precision vector.

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

Definition at line 9285 of file distributed_matrix_vector.f90.

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

Gets one value in a distributed single precision vector.

Parameters
distributed_vectorA pointer to the distributed vector
[in]indexThe index to be get
[out]valueOn return, the value at the specified index
[out]errThe error code
[out]errorThe error string

Definition at line 9355 of file distributed_matrix_vector.f90.