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

Gets the time dependence type for interface equations. More...

Private Member Functions

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

Detailed Description

Gets the time dependence type for interface equations.

Definition at line 1038 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::InterfaceEquations_TimeDependenceTypeGet::interfaceequations_timedependencetypeget ( type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
integer(intg), intent(out)  TIME_DEPENDENCE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_equationsA pointer to the interface equations to get the output type for
[out]time_dependence_typeOn exit, the time dependence type of the interface equations
[out]errThe error code
[out]errorThe error string

Definition at line 1039 of file interface_equations_routines.f90.

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