-
HYPRE_StructPFMGCreate - Create a solver object
-
HYPRE_StructPFMGDestroy - Destroy a solver object
-
HYPRE_StructPFMGSetup - Prepare to solve the system.
-
HYPRE_StructPFMGSolve - Solve the system
-
HYPRE_StructPFMGSetTol - (Optional) Set the convergence tolerance
-
HYPRE_StructPFMGSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_StructPFMGSetMaxLevels - (Optional) Set maximum number of multigrid grid levels
-
HYPRE_StructPFMGSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_StructPFMGSetZeroGuess - (Optional) Use a zero initial guess.
-
HYPRE_StructPFMGSetNonZeroGuess - (Optional) Use a nonzero initial guess.
-
HYPRE_StructPFMGSetRelaxType - (Optional) Set relaxation type.
-
HYPRE_StructPFMGSetRAPType - (Optional) Set type of coarse-grid operator to use.
-
HYPRE_StructPFMGSetNumPreRelax - (Optional) Set number of relaxation sweeps before coarse-grid correction
-
HYPRE_StructPFMGSetNumPostRelax - (Optional) Set number of relaxation sweeps after coarse-grid correction
-
HYPRE_StructPFMGSetSkipRelax - (Optional) Skip relaxation on certain grids for isotropic problems.
-
HYPRE_StructPFMGSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_StructPFMGSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_StructPFMGGetNumIterations - Return the number of iterations taken
-
HYPRE_StructPFMGGetFinalRelativeResidualNorm - Return the norm of the final relative residual
Alphabetic index