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

Returns the current time parameters for a time control loop. More...

Private Member Functions

subroutine cmfe_controlloop_currenttimesgetnumber0 (problemUserNumber, controlLoopIdentifier, currentTime, timeIncrement, err)
 Gets the current time parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_currenttimesgetnumber1 (problemUserNumber, controlLoopIdentifiers, currentTime, timeIncrement, err)
 Gets the current time parameters for a time control loop identified by user numbers. More...
 
subroutine cmfe_controlloop_currenttimesgetobj (controlLoop, currentTime, timeIncrement, err)
 Gets the current time parameters for a time control loop identified by an object. More...
 

Detailed Description

Returns the current time parameters for a time control loop.

Definition at line 1350 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_controlloop_currenttimesget::cmfe_controlloop_currenttimesgetnumber0 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), intent(in)  controlLoopIdentifier,
real(dp), intent(out)  currentTime,
real(dp), intent(out)  timeIncrement,
integer(intg), intent(out)  err 
)
private

Gets the current time parameters for a time control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to get the control loop for.
[in]controlloopidentifierThe control loop identifier.
[out]currenttimeOn return, the current time of the time control loop.
[out]timeincrementOn return, the current time increment of the time control loop.
[out]errThe error code.

Definition at line 15880 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_currenttimesget::cmfe_controlloop_currenttimesgetnumber1 ( integer(intg), intent(in)  problemUserNumber,
integer(intg), dimension(:), intent(in)  controlLoopIdentifiers,
real(dp), intent(out)  currentTime,
real(dp), intent(out)  timeIncrement,
integer(intg), intent(out)  err 
)
private

Gets the current time parameters for a time control loop identified by user numbers.

Parameters
[in]problemusernumberThe user number of the problem to get the control loop for.
[in]controlloopidentifierscontrolLoopIdentifiers(i). The i'th control loop identifier to get the control loop for.
[out]currenttimeOn return, the current time of the time control loop.
[out]timeincrementOn return, the current time increment of the time control loop.
[out]errThe error code.

Definition at line 15920 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_controlloop_currenttimesget::cmfe_controlloop_currenttimesgetobj ( type(cmfe_controllooptype), intent(in)  controlLoop,
real(dp), intent(out)  currentTime,
real(dp), intent(out)  timeIncrement,
integer(intg), intent(out)  err 
)
private

Gets the current time parameters for a time control loop identified by an object.

Parameters
[in]controlloopThe control loop to get the current times for.
[out]currenttimeOn return, the current time of the time control loop.
[out]timeincrementOn return, the current time increment of the time control loop.
[out]errThe error code.

Definition at line 15960 of file opencmiss_iron.f90.