GETSLV

Utility/Data Access SubroutineRetrieves the active solver.

Use

The function can be called by any user-defined subroutine. Currently, only the HARWELL solver is supported.

Format

Fortran Calling Syntax
CALL GETSLV(VALUE)
C/C++ Calling Syntax
c_getslv(value)
Python Calling Syntax
value = py_ getslv()
MATLAB Calling Syntax
value = m_ getslv()

Output

value
[character*(*)]
A character string or a string variable that contains the linear solver type used for the MotionSolve run.