-
HYPRE_StructSMGCreate - Create a solver object
-
HYPRE_StructSMGDestroy - Destroy a solver object
-
HYPRE_StructSMGSetup - Prepare to solve the system.
-
HYPRE_StructSMGSolve - Solve the system
-
HYPRE_StructSMGSetTol - (Optional) Set the convergence tolerance
-
HYPRE_StructSMGSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_StructSMGSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_StructSMGSetZeroGuess - (Optional) Use a zero initial guess.
-
HYPRE_StructSMGSetNonZeroGuess - (Optional) Use a nonzero initial guess.
-
HYPRE_StructSMGSetNumPreRelax - (Optional) Set number of relaxation sweeps before coarse-grid correction
-
HYPRE_StructSMGSetNumPostRelax - (Optional) Set number of relaxation sweeps after coarse-grid correction
-
HYPRE_StructSMGSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_StructSMGSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_StructSMGGetNumIterations - Return the number of iterations taken
-
HYPRE_StructSMGGetFinalRelativeResidualNorm - Return the norm of the final relative residual
Alphabetic index