OpenCMISS-Iron Internal API Documentation
equations_mapping_routines::equationsmapping_residualcoeffset Interface Reference

Private Member Functions

subroutine equations_mapping_residual_coeff_set (EQUATIONS_MAPPING, RESIDUAL_COEFFICIENT, ERR, ERROR,)
 Sets the coefficient applied to the equations set residual vector. More...
 

Detailed Description

Definition at line 107 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

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_mappingA pointer to the equations mapping to set
[in]residual_coefficientThe coefficient applied to the equations set residual vector.
[out]errThe error code
[out]errorThe error string

Definition at line 2903 of file equations_mapping_routines.f90.