Returns the current time parameters for a time control loop.
More...
|
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...
|
|
Returns the current time parameters for a time control loop.
Definition at line 1350 of file opencmiss_iron.f90.
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] | problemusernumber | The user number of the problem to get the control loop for. |
[in] | controlloopidentifier | The control loop identifier. |
[out] | currenttime | On return, the current time of the time control loop. |
[out] | timeincrement | On return, the current time increment of the time control loop. |
[out] | err | The 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] | problemusernumber | The user number of the problem to get the control loop for. |
[in] | controlloopidentifiers | controlLoopIdentifiers(i). The i'th control loop identifier to get the control loop for. |
[out] | currenttime | On return, the current time of the time control loop. |
[out] | timeincrement | On return, the current time increment of the time control loop. |
[out] | err | The 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] | controlloop | The control loop to get the current times for. |
[out] | currenttime | On return, the current time of the time control loop. |
[out] | timeincrement | On return, the current time increment of the time control loop. |
[out] | err | The error code. |
Definition at line 15960 of file opencmiss_iron.f90.