Struct Jacobi Solver


o HYPRE_StructJacobiCreate
Create a solver object
o HYPRE_StructJacobiDestroy
Destroy a solver object.
o HYPRE_StructJacobiSetup
Prepare to solve the system.
o HYPRE_StructJacobiSolve
Solve the system
o HYPRE_StructJacobiSetTol
(Optional) Set the convergence tolerance
o HYPRE_StructJacobiSetMaxIter
(Optional) Set maximum number of iterations
o HYPRE_StructJacobiSetZeroGuess
(Optional) Use a zero initial guess.
o HYPRE_StructJacobiSetNonZeroGuess
(Optional) Use a nonzero initial guess.
o HYPRE_StructJacobiGetNumIterations
Return the number of iterations taken
o HYPRE_StructJacobiGetFinalRelativeResidualNorm
Return the norm of the final relative residual

Alphabetic index