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

Private Member Functions

subroutine equations_mapping_source_coeff_set (EQUATIONS_MAPPING, SOURCE_COEFFICIENT, ERR, ERROR,)
 Sets the coefficient applied to the equations set source vector. More...
 

Detailed Description

Definition at line 119 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

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

Definition at line 3271 of file equations_mapping_routines.f90.