subroutine equations_mapping_routines::equationsmapping_residualcoeffset::equations_mapping_residual_coeff_set |
( |
type(equations_mapping_type), pointer |
EQUATIONS_MAPPING, |
|
|
real(dp), intent(in) |
RESIDUAL_COEFFICIENT, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets the coefficient applied to the equations set residual vector.
- Parameters
-
| equations_mapping | A pointer to the equations mapping to set |
[in] | residual_coefficient | The coefficient applied to the equations set residual vector. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2903 of file equations_mapping_routines.f90.