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: