HyperWorks Solvers

GETSLV

GETSLV

Previous topic Next topic No expanding text in this topic  

GETSLV

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 active solver.  Currently, only the HARWELL solver is supported.

Use

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

Calling Syntax

Fortran

CALL GETSLV(VALUE)

 

C

c_getslv(value)

 

Python

value = py_ getslv()

 

MATLAB

value = m_ getslv()

Input Arguments

No input arguments.

Output Values

[character*(*)] value

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

See Also:

Data Access Subroutines