-
HYPRE_ParCSRBiCGSTABCreate - Create a solver object
-
HYPRE_ParCSRBiCGSTABDestroy - Destroy a solver object
-
HYPRE_ParCSRBiCGSTABSetup - Set up BiCGSTAB solver
-
HYPRE_ParCSRBiCGSTABSolve - Solve the linear system
-
HYPRE_ParCSRBiCGSTABSetTol - (Optional) Set the convergence tolerance (default is 1e-6)
-
HYPRE_ParCSRBiCGSTABSetMinIter - (Optional) Set the minimal number of iterations (default: 0)
-
HYPRE_ParCSRBiCGSTABSetMaxIter - (Optional) Set the maximal number of iterations allowed (default: 1000)
-
HYPRE_ParCSRBiCGSTABSetStopCrit - (Optional) If stop
crit = 1, the absolute residual norm is used for the stopping criterion.
-
HYPRE_ParCSRBiCGSTABSetPrecond - (Optional) Set the preconditioner.
-
HYPRE_ParCSRBiCGSTABGetPrecond - Get the preconditioner object
-
HYPRE_ParCSRBiCGSTABSetLogging - (Optional) Set the amount of logging to be done.
-
HYPRE_ParCSRBiCGSTABSetPrintLevel - (Optional) Set the desired print level.
-
HYPRE_ParCSRBiCGSTABGetNumIterations - Retrieve the number of iterations taken
-
HYPRE_ParCSRBiCGSTABGetFinalRelativeResidualNorm - Retrieve the final relative residual norm
Alphabetic index