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

Private Member Functions

subroutine distributed_vector_all_values_set_intg (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,)
 Sets all values in an integer distributed vector to the specified value. More...
 
subroutine distributed_vector_all_values_set_sp (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,)
 Sets all values in a single precision distributed vector to the specified value. More...
 
subroutine distributed_vector_all_values_set_dp (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,)
 Sets all values in a double precision distributed vector to the specified value. More...
 
subroutine distributed_vector_all_values_set_l (DISTRIBUTED_VECTOR, VALUE, ERR, ERROR,)
 Sets all values in a logical distributed_vector to the specified value. More...
 

Detailed Description

Definition at line 353 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

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

Sets all values in a double precision distributed vector to the specified value.

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

Definition at line 5720 of file distributed_matrix_vector.f90.

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

Sets all values in an integer distributed vector to the specified value.

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

Definition at line 5616 of file distributed_matrix_vector.f90.

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

Sets all values in a logical distributed_vector to the specified value.

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

Definition at line 5780 of file distributed_matrix_vector.f90.

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

Sets all values in a single precision distributed vector to the specified value.

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

Definition at line 5668 of file distributed_matrix_vector.f90.