<div class="gmail_quote">On Tue, May 22, 2012 at 6:10 AM, Klaij, Christiaan <span dir="ltr"><<a href="mailto:C.Klaij@marin.nl" target="_blank">C.Klaij@marin.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In src/ksp/ksp/examples/tutorials/ex42.c.html the Stokes system<br>
is solved and KSPBuildResidual is used to compute the residuals<br>
for the velocity components and pressure individually. Are these<br>
the preconditioned residuals or the true residuals?</blockquote><div><br></div><div>The true residual.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 And how to<br>
get both?<br></blockquote><div><br></div><div>Precondition it.</div><div><br></div><div>Note that if you only want norms, GMRES will compute one (preconditioned by default).</div></div>