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

Private Member Functions

subroutine equations_mapping_rhs_coeff_set (EQUATIONS_MAPPING, RHS_COEFFICIENT, ERR, ERROR,)
 Sets the coefficient applied to the equations set RHS vector. More...
 

Detailed Description

Definition at line 111 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_mapping_routines::equationsmapping_rhscoeffset::equations_mapping_rhs_coeff_set ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
real(dp), intent(in)  RHS_COEFFICIENT,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the coefficient applied to the equations set RHS vector.

Parameters
equations_mappingA pointer to the equations mapping to set
[in]rhs_coefficientThe coefficient applied to the equations set RHS vector.
[out]errThe error code
[out]errorThe error string

Definition at line 3063 of file equations_mapping_routines.f90.