OpenCMISS-Iron Internal API Documentation
|
Returns the specified control loop as indexed by the control loop identifier from the control loop root. More...
Private Member Functions | |
subroutine | control_loop_get_0 (CONTROL_LOOP_ROOT, CONTROL_LOOP_IDENTIFIER, CONTROL_LOOP, ERR, ERROR,) |
Returns the specified control loop as indexed by the control loop identifier from the control loop root. More... | |
subroutine | control_loop_get_1 (CONTROL_LOOP_ROOT, CONTROL_LOOP_IDENTIFIER, CONTROL_LOOP, ERR, ERROR,) |
Returns the specified control loop as indexed by the control loop identifier from the control loop root. More... | |
Returns the specified control loop as indexed by the control loop identifier from the control loop root.
Definition at line 86 of file control_loop_routines.f90.
|
private |
Returns the specified control loop as indexed by the control loop identifier from the control loop root.
[in] | control_loop_root | A pointer to the control loop to root |
[in] | control_loop_identifier | The control loop identifier |
control_loop | On exit, the specified control loop | |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 435 of file control_loop_routines.f90.
|
private |
Returns the specified control loop as indexed by the control loop identifier from the control loop root.
[in] | control_loop_root | A pointer to the control loop to root |
[in] | control_loop_identifier | The control loop identifier |
control_loop | On exit, the specified control loop. Must not be associated on entry. | |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 461 of file control_loop_routines.f90.