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

Sets/changes the time dependence type for interface equations. More...

Private Member Functions

subroutine interfaceequationstimedependencetypeset (INTERFACE_EQUATIONS, TIME_DEPENDENCE_TYPE, ERR, ERROR,)
 

Detailed Description

Sets/changes the time dependence type for interface equations.

Definition at line 1071 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::InterfaceEquationsTimeDependenceTypeSet::interfaceequationstimedependencetypeset ( type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
integer(intg), intent(in)  TIME_DEPENDENCE_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]time_dependence_typeThe time dependence type to set
See also
INTERFACE_CONDITIONS_CONSTANTS::TimeDependenceTypes,INTERFACE_CONDITIONS_CONSTANTS
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 1072 of file interface_equations_routines.f90.

References base_routines::enters(), base_routines::exits(), interface_conditions_constants::interface_condition_first_order_dynamic, interface_conditions_constants::interface_condition_quasistatic, interface_conditions_constants::interface_condition_second_order_dynamic, and interface_conditions_constants::interface_condition_static.