-
HYPRE_StructHybridCreate - Create a solver object
-
HYPRE_StructHybridDestroy - Destroy a solver object
-
HYPRE_StructHybridSetup - Prepare to solve the system.
-
HYPRE_StructHybridSolve - Solve the system
-
HYPRE_StructHybridSetTol - (Optional) Set the convergence tolerance
-
HYPRE_StructHybridSetConvergenceTol - (Optional) Set an accepted convergence tolerance for diagonal scaling (DS).
-
HYPRE_StructHybridSetDSCGMaxIter - (Optional) Set maximum number of iterations for diagonal scaling (DS).
-
HYPRE_StructHybridSetPCGMaxIter - (Optional) Set maximum number of iterations for general preconditioner (PRE).
-
HYPRE_StructHybridSetTwoNorm - (Optional) Use the two-norm in stopping criteria
-
HYPRE_StructHybridSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_StructHybridSetSolverType - (Optional) Set the type of Krylov solver to use.
-
HYPRE_StructHybridSetKDim - (Optional) Set the maximum size of the Krylov space when using GMRES
-
HYPRE_StructHybridSetPrecond - (Optional) Set the preconditioner to use
-
HYPRE_StructHybridSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_StructHybridSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_StructHybridGetNumIterations - Return the number of iterations taken
-
HYPRE_StructHybridGetDSCGNumIterations - Return the number of diagonal scaling iterations taken
-
HYPRE_StructHybridGetPCGNumIterations - Return the number of general preconditioning iterations taken
-
HYPRE_StructHybridGetFinalRelativeResidualNorm - Return the norm of the final relative residual
Alphabetic index