<div class="gmail_quote">On Tue, Aug 28, 2012 at 3:06 PM, Thomas Witkowski <span dir="ltr"><<a href="mailto:thomas.witkowski@tu-dresden.de" target="_blank">thomas.witkowski@tu-dresden.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is the null space projected out at every iteration step? If so, can
    you give me a hint were I can find the corresponding line in source
    code? Thanks.</blockquote></div><br><div>It happens immediately after PCApply(), look at the end of petsc-private/kspimpl.h</div><div><br></div><div>The problem is that it's not projected out for right preconditioning. We have to work out whether there is a way to support null space projection in general for right preconditioning, or whether that will require special support per-implementation.</div>