-
HYPRE_SStructFACCreate - Create a solver object
-
HYPRE_SStructFACDestroy2 - Destroy a solver object.
-
HYPRE_SStructFACAMR_RAP - Re-distribute the composite matrix so that the amr hierachy is approximately nested.
-
HYPRE_SStructFACSetup2 - Set up the FAC solver structure
-
HYPRE_SStructFACSolve3 - Solve the system
-
HYPRE_SStructFACSetPLevels - Set up amr structure
-
HYPRE_SStructFACSetPRefinements - Set up amr refinement factors
-
HYPRE_SStructFACZeroCFSten - (Optional, but user must make sure that they do this function otherwise) Zero off the coarse level stencils reaching into a fine level grid
-
HYPRE_SStructFACZeroFCSten - (Optional, but user must make sure that they do this function otherwise) Zero off the fine level stencils reaching into a coarse level grid
-
HYPRE_SStructFACZeroAMRMatrixData - (Optional, but user must make sure that they do this function otherwise) Places the identity in the coarse grid matrix underlying the fine patches.
-
HYPRE_SStructFACZeroAMRVectorData - (Optional, but user must make sure that they do this function otherwise) Places zeros in the coarse grid vector underlying the fine patches.
-
HYPRE_SStructFACSetMaxLevels - (Optional) Set maximum number of FAC levels
-
HYPRE_SStructFACSetTol - (Optional) Set the convergence tolerance
-
HYPRE_SStructFACSetMaxIter - (Optional) Set maximum number of iterations
-
HYPRE_SStructFACSetRelChange - (Optional) Additionally require that the relative difference in successive iterates be small
-
HYPRE_SStructFACSetZeroGuess - (Optional) Use a zero initial guess.
-
HYPRE_SStructFACSetNonZeroGuess - (Optional) Use a nonzero initial guess.
-
HYPRE_SStructFACSetRelaxType - (Optional) Set relaxation type.
-
HYPRE_SStructFACSetNumPreRelax - (Optional) Set number of relaxation sweeps before coarse-grid correction
-
HYPRE_SStructFACSetNumPostRelax - (Optional) Set number of relaxation sweeps after coarse-grid correction
-
HYPRE_SStructFACSetCoarseSolverType - (Optional) Set coarsest solver type.
-
HYPRE_SStructFACSetLogging - (Optional) Set the amount of logging to do
-
HYPRE_SStructFACGetNumIterations - Return the number of iterations taken
-
HYPRE_SStructFACGetFinalRelativeResidualNorm - Return the norm of the final relative residual
Alphabetic index