Sets/changes the input parameters for a time control loop.  
 More...
Sets/changes the input parameters for a time control loop. 
Definition at line 1464 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_timeinputset::cmfe_controlloop_timeinputsetnumber0 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | integer(intg), intent(in) | inputOption, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the input parameters for a time control loop identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to set the output parameters for. |  | [in] | controlloopidentifier | The control loop identifier. |  | [in] | inputoption | The input option modulo to set. |  | [out] | err | The error code. |  
 
Definition at line 17799 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_timeinputset::cmfe_controlloop_timeinputsetnumber1 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopIdentifiers, |  
          |  |  | integer(intg), intent(in) | inputOption, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the input parameters for a time control loop identified by user numbers. 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to get the output parameters for. |  | [in] | controlloopidentifiers | The control loop identifier. |  | [in] | inputoption | The output frequency modulo to set. |  | [out] | err | The error code. |  
 
Definition at line 17838 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_timeinputset::cmfe_controlloop_timeinputsetobj | ( | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(in) | inputOption, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the input parameters for a time control loop identified by an object. 
- Parameters
- 
  
    | [in,out] | controlloop | The control loop to set the output parameters for. |  | [in] | inputoption | The output frequency modulo to set. |  | [out] | err | The error code. |  
 
Definition at line 17877 of file opencmiss_iron.f90.