<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 22, 2016 at 2:50 AM, Norihiro Watanabe <span dir="ltr"><<a href="mailto:norihiro.w@gmail.com" target="_blank">norihiro.w@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
Is it correct that a norm of a preconditioned RHS vector is used to<br>
compute a relative error in BCGS?<br></blockquote><div><br></div><div>Yes, but you can verify this using -ksp_view</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I'm testing BCGS + BoomerAMG. With "-info", PETSc says "initial right<br>
hand side norm" is 2.223619476717e+10 (see below) but an actual norm<br>
of the RHS I passed is 4.059007e-02. If yes, is there any way to get a<br>
norm of a preconditioned RHS?<br></blockquote><div><br></div><div>Do you mean unpreconditioned? You can try</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/KSP/KSPSetNormType.html">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/KSP/KSPSetNormType.html</a></div><div><br></div><div>or use</div><div><br></div><div>  -ksp_monitor_true_residual</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
[0] KSPConvergedDefault(): Linear solver has converged. Residual norm<br>
2.036064453512e-02 is less than relative tolerance 9.999999960042e-13<br>
times initial right hand side norm 2.223619476717e+10 at iteration 6<br>
<br>
<br>
Regards,<br>
Nori<br>
<span class=""><font color="#888888"><br>
--<br>
Norihiro Watanabe<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>