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

Start the creation of interface equations for an interface condition. More...

Private Member Functions

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

Detailed Description

Start the creation of interface equations for an interface condition.

Definition at line 216 of file interface_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine interface_equations_routines::INTERFACE_EQUATIONS_CREATE_START::interface_equations_create_start ( 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 condition to create interface equations for
interface_equationsOn exit, a pointer to the created interface equations. Must not be associated on entry.
[out]errThe error code
[out]errorThe error string

Definition at line 217 of file interface_equations_routines.f90.

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