Returns the specified control loop as indexed by the control loop identifier from the control loop root.  
 More...
|  | 
| subroutine | cmfe_controlloop_controlloopgetnumber00 (problemUserNumber, controlLoopRootIdentifier, controlLoopIdentifier, controlLoop, err) | 
|  | Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.  More... 
 | 
|  | 
| subroutine | cmfe_controlloop_controlloopgetnumber10 (problemUserNumber, controlLoopRootIdentifiers, controlLoopIdentifier, controlLoop, err) | 
|  | Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.  More... 
 | 
|  | 
| subroutine | cmfe_controlloop_controlloopgetnumber01 (problemUserNumber, controlLoopRootIdentifier, controlLoopIdentifiers, controlLoop, err) | 
|  | Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.  More... 
 | 
|  | 
| subroutine | cmfe_controlloop_controlloopgetnumber11 (problemUserNumber, controlLoopRootIdentifiers, controlLoopIdentifiers, controlLoop, err) | 
|  | Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers.  More... 
 | 
|  | 
| subroutine | cmfe_controlloop_controlloopgetobj0 (controlLoopRoot, controlLoopIdentifier, controlLoop, err) | 
|  | Returns the specified control loop as indexed by the control loop identifier from the control loop root.  More... 
 | 
|  | 
| subroutine | cmfe_controlloop_controlloopgetobj1 (controlLoopRoot, controlLoopIdentifiers, controlLoop, err) | 
|  | Returns the specified control loop as indexed by the control loop identifiers 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 1364 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber00 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), intent(in) | controlLoopRootIdentifier, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to get the control loop for. |  | [in] | controllooprootidentifier | The root control loop identifier. |  | [in] | controlloopidentifier | The control loop identifier. |  | [in,out] | controlloop | On return, the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 16089 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber01 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), intent(in) | controlLoopRootIdentifier, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopIdentifiers, |  
          |  |  | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to get the control loop for. |  | [in] | controllooprootidentifier | The root control loop identifier. |  | [in] | controlloopidentifiers | The control loop identifiers. |  | [in,out] | controlloop | On return, the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 16171 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber10 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopRootIdentifiers, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to get the control loop for. |  | [in] | controllooprootidentifiers | The root control loop identifiers. |  | [in] | controlloopidentifier | The control loop identifier. |  | [in,out] | controlloop | On return, the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 16130 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetnumber11 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopRootIdentifiers, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopIdentifiers, |  
          |  |  | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Returns the specified control loop as indexed by the control loop identifier from the control loop root identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to get the control loop for. |  | [in] | controllooprootidentifiers | The root control loop identifiers. |  | [in] | controlloopidentifiers | The control loop identifiers. |  | [in,out] | controlloop | On return, the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 16212 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetobj0 | ( | type(cmfe_controllooptype), intent(in) | controlLoopRoot, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Returns the specified control loop as indexed by the control loop identifier from the control loop root. 
- Parameters
- 
  
    | [in] | controllooproot | The root control loop. |  | [in] | controlloopidentifier | The control loop identifier. |  | [in,out] | controlloop | On return, the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 16252 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_controlloopget::cmfe_controlloop_controlloopgetobj1 | ( | type(cmfe_controllooptype), intent(in) | controlLoopRoot, |  
          |  |  | integer(intg), dimension(:), intent(inout) | controlLoopIdentifiers, |  
          |  |  | type(cmfe_controllooptype), intent(out) | controlLoop, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Returns the specified control loop as indexed by the control loop identifiers from the control loop root. 
- Parameters
- 
  
    | [in] | controllooproot | The root control loop. |  | [in,out] | controlloopidentifiers | The control loop identifiers. |  | [out] | controlloop | On return, the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 16279 of file opencmiss_iron.f90.