Sets/changes the number of iterations for a time control loop. If set to 0, it will be computed from time increment and start/stop time.  
 More...
Sets/changes the number of iterations for a time control loop. If set to 0, it will be computed from time increment and start/stop time. 
Definition at line 1422 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsset::cmfe_controlloop_numberofiterationssetnumber0 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | integer(intg), intent(in) | numberOfIterations, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets the number of iterations for a time control loop identified by user number. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to set the number of iterations for. |  | [in] | controlloopidentifier | The control loop identifier. |  | [in] | numberofiterations | The number of iterations to set |  | [out] | err | The error code. |  
 
Definition at line 17175 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsset::cmfe_controlloop_numberofiterationssetnumber1 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopIdentifiers, |  
          |  |  | integer(intg), intent(in) | numberOfIterations, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets the number of iterations for a time control loop identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to set the number of iterations for. |  | [in] | controlloopidentifiers | The control loop identifiers to set the number of iterations for. |  | [in] | numberofiterations | The number of iterations to set |  | [out] | err | The error code. |  
 
Definition at line 17214 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_numberofiterationsset::cmfe_controlloop_numberofiterationssetobj | ( | type(cmfe_controllooptype), intent(in) | controlLoop, |  
          |  |  | integer(intg), intent(in) | numberOfIterations, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets the number of iterations for a time control loop identified by an object. 
- Parameters
- 
  
    | [in] | controlloop | The control loop to set the number of iterations for. |  | [in] | numberofiterations | The number of iterations to set |  | [out] | err | The error code. |  
 
Definition at line 17253 of file opencmiss_iron.f90.