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

Gets the interface equations for an interface conditions. More...

Private Member Functions

subroutine interface_condition_equations_get (INTERFACE_CONDITION, INTERFACE_EQUATIONS, ERR, ERROR,)
 

Detailed Description

Gets the interface equations for an interface conditions.

Definition at line 1202 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::INTERFACE_CONDITION_EQUATIONS_GET::interface_condition_equations_get ( type(interface_condition_type), pointer  INTERFACE_CONDITION,
type(interface_equations_type), pointer  INTERFACE_EQUATIONS,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private
Parameters
interface_conditionA pointer to the interface conditions to get the interface equations for
interface_equationsOn exit, a pointer to the interface equations in the specified interface condition. Must not be associated on entry
[out]errThe error code
[out]errorThe error string

Definition at line 1203 of file interface_equations_routines.f90.

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