Skip to main content

GetLinSolverNameFromCode

This function returns the name of linear solver from the integer code.

Interface

INTERFACE
MODULE PURE FUNCTION getLinSolverNameFromCode(name) RESULT(Ans)
INTEGER(I4B), INTENT(IN) :: name
CHARACTER(15) :: ans
END FUNCTION getLinSolverNameFromCode
END INTERFACE