HyperWorks Solvers

GETINT

GETINT

Previous topic Next topic No expanding text in this topic  

GETINT

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 integrator type during a MotionSolve run.  GETINT can be used within a user-defined subroutine to branch.  For example, the execution depending on the integrator type.

Use

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

Calling Syntax

Fortran

CALL GETINT (VALUE)

 

C

c_getint(value)

 

Python

value = py_getint()

 

MATLAB

value = m_getint()

Input Arguments

No input arguments.

Output Values

[character*(*)] value

A character string or a string variable that contains the integrator type used for the MotionSolve run.

See Also:

Data Access Subroutines