-
HYPRE_PCGSetup - Prepare to solve the system.
-
HYPRE_PCGSolve - Solve the system
-
HYPRE_PCGSetTol - (Optional) Set the convergence tolerance
-
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_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_PCGGetMaxIter-
HYPRE_PCGGetTwoNorm-
HYPRE_PCGGetRelChange-
HYPRE_PCGGetPrecond-
HYPRE_PCGGetLogging-
HYPRE_PCGGetPrintLevel-
HYPRE_PCGGetConverged
Alphabetic index