subroutine equations_matrices_routines::equationsmatrices_valuesinitialise::equations_matrices_values_initialise |
( |
type(equations_matrices_type), pointer |
EQUATIONS_MATRICES, |
|
|
integer(intg), intent(in) |
SELECTION_TYPE, |
|
|
real(dp), intent(in) |
VALUE, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Initialise the values of the equations matrices and vectors to the given value e.g., 0.0_DP.
- Parameters
-
| equations_matrices | A pointer to the equations matrices to initialise the values for |
[in] | selection_type | The selection of equations matrices to be initialised |
- See also
- EQUATIONS_MATRICES_ROUTINES::SelectMatricesTypes,EQUATION_MATRICES_ROUTINES
- Parameters
-
[in] | value | The value to initialise |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4437 of file equations_matrices_routines.f90.