Sets/changes the label of a control loop.  
 More...
 | 
| subroutine  | cmfe_controlloop_labelsetcnumber0 (problemUserNumber, controlLoopIdentifier, label, err) | 
|   | Sets/changes the character string label for a control loop identified by an user number.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_labelsetcnumber1 (problemUserNumber, controlLoopIdentifiers, label, err) | 
|   | Sets/changes the character string label for a control loop identified by an user number.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_labelsetcobj (controlLoop, label, err) | 
|   | Sets/changes the character string label for a control loop identified by an object.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_labelsetvsnumber0 (problemUserNumber, controlLoopIdentifier, label, err) | 
|   | Sets/changes the varying string label for a control loop identified by an user number.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_labelsetvsnumber1 (problemUserNumber, controlLoopIdentifiers, label, err) | 
|   | Sets/changes the varying string label for a control loop identified by an user number.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_labelsetvsobj (controlLoop, label, err) | 
|   | Sets/changes string label for a control loop identified by an object.  More...
  | 
|   | 
Sets/changes the label of a control loop. 
Definition at line 1391 of file opencmiss_iron.f90.
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_labelset::cmfe_controlloop_labelsetcnumber0  | 
          ( | 
          integer(intg), intent(in)  | 
          problemUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          controlLoopIdentifier,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          label,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the character string label for a control loop identified by an user number. 
- Parameters
 - 
  
    | [in] | problemusernumber | The user number of the problem to set the label for. | 
    | [in] | controlloopidentifier | The control loop identifier. | 
    | [in] | label | The region label to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 16625 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_labelset::cmfe_controlloop_labelsetcnumber1  | 
          ( | 
          integer(intg), intent(in)  | 
          problemUserNumber,  | 
         
        
           | 
           | 
          integer(intg), dimension(:), intent(in)  | 
          controlLoopIdentifiers,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          label,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the character string label for a control loop identified by an user number. 
- Parameters
 - 
  
    | [in] | problemusernumber | The user number of the problem to set the label for. | 
    | [in] | controlloopidentifiers | The control loop identifiers. | 
    | [in] | label | The region label to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 16664 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_labelset::cmfe_controlloop_labelsetcobj  | 
          ( | 
          type(cmfe_controllooptype), intent(in)  | 
          controlLoop,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          label,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the character string label for a control loop identified by an object. 
- Parameters
 - 
  
    | [in] | controlloop | The control loop to set the label for. | 
    | [in] | label | The control loop label to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 16703 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_labelset::cmfe_controlloop_labelsetvsnumber0  | 
          ( | 
          integer(intg), intent(in)  | 
          problemUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          controlLoopIdentifier,  | 
         
        
           | 
           | 
          type(varying_string), intent(in)  | 
          label,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the varying string label for a control loop identified by an user number. 
- Parameters
 - 
  
    | [in] | problemusernumber | The user number of the problem to set the label for. | 
    | [in] | controlloopidentifier | The control loop identifier. | 
    | [in] | label | The control loop label to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 16729 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_labelset::cmfe_controlloop_labelsetvsnumber1  | 
          ( | 
          integer(intg), intent(in)  | 
          problemUserNumber,  | 
         
        
           | 
           | 
          integer(intg), dimension(:), intent(in)  | 
          controlLoopIdentifiers,  | 
         
        
           | 
           | 
          type(varying_string), intent(in)  | 
          label,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the varying string label for a control loop identified by an user number. 
- Parameters
 - 
  
    | [in] | problemusernumber | The user number of the problem to set the label for. | 
    | [in] | controlloopidentifiers | The control loop identifier. | 
    | [in] | label | The control loop label to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 16768 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_labelset::cmfe_controlloop_labelsetvsobj  | 
          ( | 
          type(cmfe_controllooptype), intent(in)  | 
          controlLoop,  | 
         
        
           | 
           | 
          type(varying_string), intent(in)  | 
          label,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes string label for a control loop identified by an object. 
- Parameters
 - 
  
    | [in] | controlloop | The control loop to set the label for. | 
    | [in] | label | The control loop label to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 16807 of file opencmiss_iron.f90.