ParCSR BiCGSTAB Solver


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

Alphabetic index