-
HYPRE_SStructSysPFMGCreate - Create a solver object
-
HYPRE_SStructSysPFMGDestroy - Destroy a solver object.
-
HYPRE_SStructSysPFMGSetup - Prepare to solve the system.
-
HYPRE_SStructSysPFMGSolve - Solve the system
-
HYPRE_SStructSysPFMGSetTol - (Optional) Set the convergence tolerance
-
HYPRE_SStructSysPFMGSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_SStructSysPFMGSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_SStructSysPFMGSetZeroGuess - (Optional) Use a zero initial guess.
-
HYPRE_SStructSysPFMGSetNonZeroGuess - (Optional) Use a nonzero initial guess.
-
HYPRE_SStructSysPFMGSetRelaxType - (Optional) Set relaxation type.
-
HYPRE_SStructSysPFMGSetNumPreRelax - (Optional) Set number of relaxation sweeps before coarse-grid correction
-
HYPRE_SStructSysPFMGSetNumPostRelax - (Optional) Set number of relaxation sweeps after coarse-grid correction
-
HYPRE_SStructSysPFMGSetSkipRelax - (Optional) Skip relaxation on certain grids for isotropic problems.
-
HYPRE_SStructSysPFMGSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_SStructSysPFMGSetPrintLevel - (Optional) Set the amount of printing to do to the screen
-
HYPRE_SStructSysPFMGGetNumIterations - Return the number of iterations taken
-
HYPRE_SStructSysPFMGGetFinalRelativeResidualNorm - Return the norm of the final relative residual
Alphabetic index