<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>Dear Petsc Users<br><br></div>I'm using Petsc to solve an elliptic equation<br><br></div>The code can be run in parallel but I'm running<br></div>some tests in sequential by the moment<br><br></div>When I look at the output, what it looks odd to <br></div>me is that the relative tolerance that I set is <br></div>not fulfilled. <br></div>I've set -ksp_rtol 1e-8 in my runtime options<br></div>but the solver stops when the ratio<br></div>|| r || / || b || is still 9e-8, then almost<br></div>one order of magnitude greater of the rtol <br></div>that I set (as you can see in the txt in attachment).<br><br></div>My question is, isn't the solver supposed to <br></div>make other few iterations to reach the relative tolerance?<br><br></div>Thanks in advance for replies and suggestions<br></div><div>Kind Regards <br></div>Ivano <br><br></div>P.S. my runtime options are these:<br>-ksp_monitor_true_residual -ksp_type cg -ksp_converged_reason -ksp_view -ksp_rtol 1e-8 <br><div><div><div><div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div></div></div></div></div>