Sets/Changes the time parameters for a time control loop.  
 More...
 | 
| subroutine  | cmfe_controlloop_timessetnumber0 (problemUserNumber, controlLoopIdentifier, startTime, stopTime, timeIncrement, err) | 
|   | Sets/changes the time parameters for a time control loop identified by user numbers.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_timessetnumber1 (problemUserNumber, controlLoopIdentifiers, startTime, stopTime, timeIncrement, err) | 
|   | Sets/changes the time parameters for a time control loop identified by user numbers.  More...
  | 
|   | 
| subroutine  | cmfe_controlloop_timessetobj (controlLoop, startTime, stopTime, timeIncrement, err) | 
|   | Sets/changes the time parameters for a time control loop identified by an object.  More...
  | 
|   | 
Sets/Changes the time parameters for a time control loop. 
Definition at line 1478 of file opencmiss_iron.f90.
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_timesset::cmfe_controlloop_timessetnumber0  | 
          ( | 
          integer(intg), intent(in)  | 
          problemUserNumber,  | 
         
        
           | 
           | 
          integer(intg), intent(in)  | 
          controlLoopIdentifier,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          startTime,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          stopTime,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          timeIncrement,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the time parameters for a time control loop identified by user numbers. 
- Parameters
 - 
  
    | [in] | problemusernumber | The user number of the problem to get the time parameters for for. | 
    | [in] | controlloopidentifier | The control loop identifier. | 
    | [in] | starttime | The start time for the time control loop to set. | 
    | [in] | stoptime | The stop time for the time control loop to set. | 
    | [in] | timeincrement | The time increment for the time control loop to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 18029 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_timesset::cmfe_controlloop_timessetnumber1  | 
          ( | 
          integer(intg), intent(in)  | 
          problemUserNumber,  | 
         
        
           | 
           | 
          integer(intg), dimension(:), intent(in)  | 
          controlLoopIdentifiers,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          startTime,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          stopTime,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          timeIncrement,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the time parameters for a time control loop identified by user numbers. 
- Parameters
 - 
  
    | [in] | problemusernumber | The user number of the problem to get the time parameters for for. | 
    | [in] | controlloopidentifiers | The control loop identifier. | 
    | [in] | starttime | The start time for the time control loop to set. | 
    | [in] | stoptime | The stop time for the time control loop to set. | 
    | [in] | timeincrement | The time increment for the time control loop to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 18070 of file opencmiss_iron.f90.
 
 
  
  
      
        
          | subroutine opencmiss_iron::cmfe_controlloop_timesset::cmfe_controlloop_timessetobj  | 
          ( | 
          type(cmfe_controllooptype), intent(inout)  | 
          controlLoop,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          startTime,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          stopTime,  | 
         
        
           | 
           | 
          real(dp), intent(in)  | 
          timeIncrement,  | 
         
        
           | 
           | 
          integer(intg), intent(out)  | 
          err  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Sets/changes the time parameters for a time control loop identified by an object. 
- Parameters
 - 
  
    | [in,out] | controlloop | The control loop to set the times for. | 
    | [in] | starttime | The start time for the time control loop to set. | 
    | [in] | stoptime | The stop time for the time control loop to set. | 
    | [in] | timeincrement | The time increment for the time control loop to set. | 
    | [out] | err | The error code.  | 
  
   
Definition at line 18111 of file opencmiss_iron.f90.