-
HYPRE_StructPCGCreate - Create a solver object
-
HYPRE_StructPCGDestroy - Destroy a solver object
-
HYPRE_StructPCGSetup - Prepare to solve the system.
-
HYPRE_StructPCGSolve - Solve the system
-
HYPRE_StructPCGSetTol - (Optional) Set the convergence tolerance
-
HYPRE_StructPCGSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_StructPCGSetTwoNorm - (Optional) Use the two-norm in stopping criteria
-
HYPRE_StructPCGSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_StructPCGSetPrecond - (Optional) Set the preconditioner to use
-
HYPRE_StructPCGSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_StructPCGSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_StructPCGGetNumIterations - Return the number of iterations taken
-
HYPRE_StructPCGGetFinalRelativeResidualNorm - Return the norm of the final relative residual
-
HYPRE_StructPCGGetResidual - Return the residual
-
HYPRE_StructDiagScaleSetup - Setup routine for diagonal preconditioning
-
HYPRE_StructDiagScale - Solve routine for diagonal preconditioning
Alphabetic index