GMRES Solver


o HYPRE_GMRESSetup
Prepare to solve the system.
o HYPRE_GMRESSolve
Solve the system
o HYPRE_GMRESSetTol
(Optional) Set the convergence tolerance
o HYPRE_GMRESSetMaxIter
(Optional) Set maximum number of iterations
o HYPRE_GMRESSetKDim
(Optional) Set the maximum size of the Krylov space
o HYPRE_GMRESSetRelChange
(Optional) Additionally require that the relative difference in successive iterates be small
o HYPRE_GMRESSetPrecond
(Optional) Set the preconditioner to use
o HYPRE_GMRESSetLogging
(Optional) Set the amount of logging to do
o HYPRE_GMRESSetPrintLevel
(Optional) Set the amount of printing to do to the screen
o HYPRE_GMRESGetNumIterations
Return the number of iterations taken
o HYPRE_GMRESGetFinalRelativeResidualNorm
Return the norm of the final relative residual
o HYPRE_GMRESGetResidual
Return the residual
o HYPRE_GMRESGetTol
o HYPRE_GMRESGetMaxIter
o HYPRE_GMRESGetKDim
o HYPRE_GMRESGetRelChange
o HYPRE_GMRESGetPrecond
o HYPRE_GMRESGetLogging
o HYPRE_GMRESGetPrintLevel
o HYPRE_GMRESGetConverged

Alphabetic index