-
HYPRE_PCGSetup - Prepare to solve the system.
-
HYPRE_PCGSolve - Solve the system
-
HYPRE_PCGSetTol - (Optional) Set the relative convergence tolerance
-
HYPRE_PCGSetAbsoluteTol - (Optional) Set the absolute convergence tolerance (default is 0).
-
HYPRE_PCGSetResidualTol - (Optional) Set a residual-based convergence tolerance which checks if
.
-
HYPRE_PCGSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_PCGSetTwoNorm - (Optional) Use the two-norm in stopping criteria
-
HYPRE_PCGSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_PCGSetRecomputeResidual - (Optional) Recompute the residual at the end to double-check convergence
-
HYPRE_PCGSetRecomputeResidualP - (Optional) Periodically recompute the residual while iterating
-
HYPRE_PCGSetPrecond - (Optional) Set the preconditioner to use
-
HYPRE_PCGSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_PCGSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_PCGGetNumIterations - Return the number of iterations taken
-
HYPRE_PCGGetFinalRelativeResidualNorm - Return the norm of the final relative residual
-
HYPRE_PCGGetResidual - Return the residual
-
HYPRE_PCGGetTol-
HYPRE_PCGGetResidualTol-
HYPRE_PCGGetMaxIter-
HYPRE_PCGGetTwoNorm-
HYPRE_PCGGetRelChange-
HYPRE_GMRESGetSkipRealResidualCheck-
HYPRE_PCGGetPrecond-
HYPRE_PCGGetLogging-
HYPRE_PCGGetPrintLevel-
HYPRE_PCGGetConverged
Alphabetic index