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