OpenCMISS-Iron Internal API Documentation
interface_equations_routines::INTERFACE_EQUATIONS_LINEARITY_TYPE_SET Interface Reference

Sets/changes the linearity type for interface equations. More...

Private Member Functions

subroutine interface_equations_linearity_type_set (INTERFACE_EQUATIONS, LINEARITY_TYPE, ERR, ERROR,)
 

Detailed Description

Sets/changes the linearity type for interface equations.

Definition at line 994 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::INTERFACE_EQUATIONS_LINEARITY_TYPE_SET::interface_equations_linearity_type_set ( type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
integer(intg), intent(in)  LINEARITY_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_equationsA pointer to the interface equations to set the linearity for
[in]linearity_typeThe linearity type to set
See also
INTERFACE_CONDITIONS_CONSTANTS::LinearityTypes,INTERFACE_CONDITIONS_CONSTANTS
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 995 of file interface_equations_routines.f90.

References base_routines::enters(), base_routines::exits(), interface_conditions_constants::interface_condition_linear, interface_conditions_constants::interface_condition_nonlinear, and interface_conditions_constants::interface_condition_nonlinear_bcs.