TIMGET

Utility/Data Access SubroutineRetrieves the time corresponding to the last successful simulations step.

Use

This function can be called by any user-defined subroutine.

Format

Fortran Calling Syntax
CALL TIMGET(VALUE)
C/C++ Calling Syntax
c_timget(value)
Python Calling Syntax
value = py_timget()
MATLAB Calling Syntax
value = m_timget()

Output

VALUE
[double]
The output value represents the last successful integration time.