<div class="gmail_quote">On Tue, Jan 3, 2012 at 09:21, behzad baghapour <span dir="ltr">&lt;<a href="mailto:behzad.baghapour@gmail.com">behzad.baghapour@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How can I make KSP to ignore the convergence check after prescribed number of linear iterations?</blockquote></div><br><div>-ksp_max_it N</div><div><br></div><div>you will get back KSP_DIVERGED_ITS if you call KSPGetConvergedReason(), but you can decide that is okay.</div>