OpenCMISS-Iron Internal API Documentation
interface_mapping_routines::INTERFACE_MAPPING_RHS_COEFF_SET Interface Reference

Sets the coefficient applied to the interface RHS vector. More...

Private Member Functions

subroutine interface_mapping_rhs_coeff_set (INTERFACE_MAPPING, RHS_COEFFICIENT, ERR, ERROR,)
 

Detailed Description

Sets the coefficient applied to the interface RHS vector.

Definition at line 1341 of file interface_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_mapping_routines::INTERFACE_MAPPING_RHS_COEFF_SET::interface_mapping_rhs_coeff_set ( type(interface_mapping_type), pointer  INTERFACE_MAPPING,
real(dp), intent(in)  RHS_COEFFICIENT,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_mappingA pointer to the interface mapping to set the RHS coefficent for
[in]rhs_coefficientThe coefficient applied to the interface RHS vector.
[out]errThe error code
[out]errorThe error string

Definition at line 1342 of file interface_mapping_routines.f90.

References base_routines::enters(), and base_routines::exits().