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

Private Member Functions

subroutine distributed_matrix_all_values_set_intg (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,)
 Sets all values in an integer distributed matrix to the specified value. More...
 
subroutine distributed_matrix_all_values_set_sp (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,)
 Sets all values in a single precision distributed matrix to the specified value. More...
 
subroutine distributed_matrix_all_values_set_dp (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,)
 Sets all values in a double precision distributed matrix to the specified value. More...
 
subroutine distributed_matrix_all_values_set_l (DISTRIBUTED_MATRIX, VALUE, ERR, ERROR,)
 Sets all values in a logical distributed matrix to the specified value. More...
 

Detailed Description

Definition at line 129 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_dp ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
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 matrix to the specified value.

Parameters
distributed_matrixA pointer to the distributed matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 786 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_intg ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

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

Parameters
distributed_matrixA pointer to the distributed matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 694 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_l ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
logical, intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets all values in a logical distributed matrix to the specified value.

Parameters
distributed_matrixA pointer to the distributed matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 844 of file distributed_matrix_vector.f90.

subroutine distributed_matrix_vector::distributedmatrix_allvaluesset::distributed_matrix_all_values_set_sp ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
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 matrix to the specified value.

Parameters
distributed_matrixA pointer to the distributed matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 740 of file distributed_matrix_vector.f90.