-pc_jacobi_type <diagonal,rowmax,rowsum> | - approach for forming the preconditioner | |
-pc_jacobi_abs | - use the absolute value of the diagonal entry |
Notes: By using KSPSetPCSide(ksp,PC_SYMMETRIC) or -ksp_pc_side symmetric can scale each side of the matrix by the square root of the diagonal entries.
Zero entries along the diagonal are replaced with the value 1.0
See PCPBJACOBI for a point-block Jacobi preconditioner