SStruct GMRES Solver


o HYPRE_SStructGMRESCreate
Create a solver object
o HYPRE_SStructGMRESDestroy
Destroy a solver object.
o HYPRE_SStructGMRESSetup
Prepare to solve the system.
o HYPRE_SStructGMRESSolve
Solve the system
o HYPRE_SStructGMRESSetTol
(Optional) Set the convergence tolerance
o HYPRE_SStructGMRESSetMaxIter
(Optional) Set maximum number of iterations
o HYPRE_SStructGMRESSetKDim
(Optional) Set the maximum size of the Krylov space
o HYPRE_SStructGMRESSetPrecond
(Optional) Set the preconditioner to use
o HYPRE_SStructGMRESSetLogging
(Optional) Set the amount of logging to do
o HYPRE_SStructGMRESSetPrintLevel
(Optional) Set the amount of printing to do to the screen
o HYPRE_SStructGMRESGetNumIterations
Return the number of iterations taken
o HYPRE_SStructGMRESGetFinalRelativeResidualNorm
Return the norm of the final relative residual
o HYPRE_SStructGMRESGetResidual
Return the residual

Alphabetic index