-
HYPRE_ParCSRHybridCreate - Create solver object
-
HYPRE_ParCSRHybridDestroy - Destroy solver object
-
HYPRE_ParCSRHybridSetup - Setup the hybrid solver
-
HYPRE_ParCSRHybridSolve - Solve linear system
-
HYPRE_ParCSRHybridSetTol - Set the convergence tolerance for the Krylov solver.
-
HYPRE_ParCSRHybridSetConvergenceTol - Set the desired convergence factor
-
HYPRE_ParCSRHybridSetDSCGMaxIter - Set the maximal number of iterations for the diagonally preconditioned solver
-
HYPRE_ParCSRHybridSetPCGMaxIter - Set the maximal number of iterations for the AMG preconditioned solver
-
HYPRE_ParCSRHybridSetSolverType - Set the desired solver type.
-
HYPRE_ParCSRHybridSetKDim - Set the Krylov dimension for restarted GMRES.
-
HYPRE_ParCSRHybridSetTwoNorm - Set the type of norm for PCG
-
HYPRE_ParCSRHybridSetStopCrit - Set the choice of stopping criterion for PCG
-
HYPRE_ParCSRHybridSetPrecond - Set preconditioner if wanting to use one that is not set up by the hybrid solver
-
HYPRE_ParCSRHybridSetLogging - Set logging parameter (default: 0, no logging)
-
HYPRE_ParCSRHybridSetPrintLevel - Set print level (default: 0, no printing)
-
HYPRE_ParCSRHybridSetStrongThreshold - (Optional) Sets AMG strength threshold.
-
HYPRE_ParCSRHybridSetMaxRowSum - (Optional) Sets a parameter to modify the definition of strength for diagonal dominant portions of the matrix.
-
HYPRE_ParCSRHybridSetTruncFactor - (Optional) Defines a truncation factor for the interpolation.
-
HYPRE_ParCSRHybridSetMaxLevels - (Optional) Defines the maximal number of levels used for AMG.
-
HYPRE_ParCSRHybridSetMeasureType - (Optional) Defines whether local or global measures are used
-
HYPRE_ParCSRHybridSetCoarsenType - (Optional) Defines which parallel coarsening algorithm is used.
-
HYPRE_ParCSRHybridSetCycleType - (Optional) Defines the type of cycle.
-
HYPRE_ParCSRHybridSetNumSweeps - (Optional) Sets the number of sweeps.
-
HYPRE_ParCSRHybridSetCycleNumSweeps - (Optional) Sets the number of sweeps at a specified cycle.
-
HYPRE_ParCSRHybridSetRelaxType - (Optional) Defines the smoother to be used.
-
HYPRE_ParCSRHybridSetCycleRelaxType - (Optional) Defines the smoother at a given cycle.
-
HYPRE_ParCSRHybridSetRelaxOrder - (Optional) Defines in which order the points are relaxed.
-
HYPRE_ParCSRHybridSetRelaxWt - (Optional) Defines the relaxation weight for smoothed Jacobi and hybrid SOR on all levels.
-
HYPRE_ParCSRHybridSetLevelRelaxWt - (Optional) Defines the relaxation weight for smoothed Jacobi and hybrid SOR on the user defined level.
-
HYPRE_ParCSRHybridSetOuterWt - (Optional) Defines the outer relaxation weight for hybrid SOR and SSOR on all levels.
-
HYPRE_ParCSRHybridSetLevelOuterWt - (Optional) Defines the outer relaxation weight for hybrid SOR or SSOR on the user defined level.
-
HYPRE_ParCSRHybridSetAggNumLevels - (Optional) Defines the number of levels of aggressive coarsening, starting with the finest level.
-
HYPRE_ParCSRHybridSetNumPaths - (Optional) Defines the degree of aggressive coarsening.
-
HYPRE_ParCSRHybridSetNumFunctions - (Optional) Sets the size of the system of PDEs, if using the systems version.
-
HYPRE_ParCSRHybridSetDofFunc - (Optional) Sets the mapping that assigns the function to each variable, if using the systems version.
-
HYPRE_ParCSRHybridSetNodal - (Optional) Sets whether to use the nodal systems version.
-
HYPRE_ParCSRHybridGetNumIterations - Retrieves the total number of iterations
-
HYPRE_ParCSRHybridGetDSCGNumIterations - Retrieves the number of iterations used by the diagonally scaled solver
-
HYPRE_ParCSRHybridGetPCGNumIterations - Retrieves the number of iterations used by the AMG preconditioned solver
-
HYPRE_ParCSRHybridGetFinalRelativeResidualNorm - Retrieves the final relative residual norm
Alphabetic index