<div class="gmail_quote">On Wed, May 30, 2012 at 1:58 PM, John Fettig <span dir="ltr"><<a href="mailto:john.fettig@gmail.com" target="_blank">john.fettig@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a question about the difference between SAME_PRECONDITIONER and<br>
DIFFERENT_NONZERO_PATTERN.  If you solve multiple RHS's (with<br>
different initial guesses) but the matrix does not change, should you<br>
expect to get identical results with SAME_PRECONDITIONER and<br>
DIFFERENT_NONZERO_PATTERN?  </blockquote><div><br></div><div>Why are you even calling KSPSetOperators? Just call KSPSolve() for each right hand side.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I think it should be, but I'm finding that<br>
not to be the case with ML.<br></blockquote><div><br></div><div>Are you sure the matrix hasn't changed? What kind of differences are you observing?</div></div>