Sets/changes the output parameters for a time control loop.  
 More...
Sets/changes the output parameters for a time control loop. 
Definition at line 1443 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_timeoutputset::cmfe_controlloop_timeoutputsetnumber0 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | integer(intg), intent(in) | outputFrequency, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the output 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] | outputfrequency | The output frequency modulo to set. |  | [out] | err | The error code. |  
 
Definition at line 17695 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_timeoutputset::cmfe_controlloop_timeoutputsetnumber1 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopIdentifiers, |  
          |  |  | integer(intg), intent(in) | outputFrequency, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the output 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] | outputfrequency | The output frequency modulo to set. |  | [out] | err | The error code. |  
 
Definition at line 17734 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_timeoutputset::cmfe_controlloop_timeoutputsetobj | ( | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(in) | outputFrequency, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the output parameters for a time control loop identified by an object. 
- Parameters
- 
  
    | [in,out] | controlloop | The control loop to set the output parameters for. |  | [in] | outputfrequency | The output frequency modulo to set. |  | [out] | err | The error code. |  
 
Definition at line 17773 of file opencmiss_iron.f90.