<div dir="ltr">Hello guys,<div><br></div><div>I am using petsc is a solver for a finite difference PDE solver.</div><div><br></div><div>Basically the coefficient matrix (say A in Ax = b) is well conditioned, symmetric, and up to 7 diagonals. Also, no pivoting is necessary for such problem and it is always diagonally dominant.</div><div><br></div><div>I am using all default options of petsc but I still feel like I could get better results by choosing different answers. By default I mean: GMRES solver preconditioned on left with ILU(0) and a classical Gram-Schmidt to orthogonalize against krylov vector.</div><div><br></div><div>I am using MAT_STRUCTURALLY_SYMMETRIC option and</div><div>atol = 1.0e-30</div><div>dtol = 1.0e5</div><div><br></div><div>You guys have any idea of how to further improve performance of the solver?</div><div><br></div><div>Regards,</div><div>Bruno </div></div>