Subroutine Type |
Utility/Data Access |
|
Definition |
Retrieves the time corresponding to the last successful simulations step. |
|
Use |
This function can be called by any user-defined subroutine. |
|
Calling Syntax |
FortranCALL TIMGET(VALUE)
Cc_timget(value)
Pythonvalue = py_timget()
MATLABvalue = m_timget() |
|
Input Arguments |
No input arguments. |
|
Output Values |
[double] VALUE |
The output value represents the last successful integration time. |