OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_controlloop_timeoutputset Interface Reference

Sets/changes the output parameters for a time control loop. More...

Private Member Functions

subroutine cmfe_controlloop_timeoutputsetnumber0 (problemUserNumber, controlLoopIdentifier, outputFrequency, err)
 Sets/changes the output parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_timeoutputsetnumber1 (problemUserNumber, controlLoopIdentifiers, outputFrequency, err)
 Sets/changes the output parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_timeoutputsetobj (controlLoop, outputFrequency, err)
 Sets/changes the output parameters for a time control loop identified by an object. More...
 

Detailed Description

Sets/changes the output parameters for a time control loop.

Definition at line 1443 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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]problemusernumberThe user number of the problem to set the output parameters for.
[in]controlloopidentifierThe control loop identifier.
[in]outputfrequencyThe output frequency modulo to set.
[out]errThe 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]problemusernumberThe user number of the problem to get the output parameters for.
[in]controlloopidentifiersThe control loop identifier.
[in]outputfrequencyThe output frequency modulo to set.
[out]errThe 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]controlloopThe control loop to set the output parameters for.
[in]outputfrequencyThe output frequency modulo to set.
[out]errThe error code.

Definition at line 17773 of file opencmiss_iron.f90.