HyperWorks Solvers

TIMGET

TIMGET

Previous topic Next topic No expanding text in this topic  

TIMGET

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

Fortran

CALL TIMGET(VALUE)

 

C

c_timget(value)

 

Python

value = py_timget()

 

MATLAB

value = m_timget()

Input Arguments

No input arguments.

Output Values

[double] VALUE

The output value represents the last successful integration time.

See Also:

Data Access Subroutines