<br><br><div class="gmail_quote">On Sun, Dec 4, 2011 at 23:37, Dave Nystrom <span dir="ltr"><<a href="mailto:Dave.Nystrom@tachyonlogic.com">Dave.Nystrom@tachyonlogic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I've been trolling through the Petsc documentation trying to figure out how<br>
to set the maximum number of iterations for a krylov solver without using the<br>
command line option -ksp_max_its and without calling KSPSetFromOptions.  Is<br>
this possible?  If so, how?<br></blockquote><div><br></div><div>When you run with -help, it prints what function to look at for every option.</div><div><br></div><div><div>  -ksp_max_it <10000>: Maximum number of iterations (KSPSetTolerances)</div>
</div><div><br></div><div>Did you try reading the documentation for KSPSetTolerances?</div></div>