On Thu, Oct 25, 2012 at 12:52 PM, Mark F. Adams <span dir="ltr"><<a href="mailto:mark.adams@columbia.edu" target="_blank">mark.adams@columbia.edu</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How should I go about getting -ksp_monitor to report the infinity norm?<br></blockquote><div><br></div><div>Preconditioned or unpreconditioned residual?</div><div><br></div><div>You would use KSPMonitorSet(). This may be handy enough that PETSc should have -ksp_monitor_max. You can see the setup code in KSPSetFromOptions(). You could copy KSPMonitorTrueResidualNorm() or refactor so that both call a common helper that takes an additional argument (the norm type). Or put the norm type in the context data structure, I guess that's what it's there for, but then you need a destructor.</div>
</div>