<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 26, 2015 at 9:21 AM, Manav Bhatia <span dir="ltr"><<a href="mailto:bhatiamanav@gmail.com" target="_blank">bhatiamanav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
  I am using the KSP linear solver for my system of equations, without any command line options at this point. I have checked that the L1 norms of my system matrix and the force vector are finite values, but the KSP solver is returning with an “inf” residual in the very first iteration.<br>
<br>
  The problem has 6.7M dofs and I have tried this on multiple machines with different number of nodes with the same result.<br>
<br>
   Is there a reason why the solver would return after the first iteration with an inf?<br>
<br>
   I am not sure on where to start debugging this case, so I would appreciate any pointers.<br></blockquote><div><br></div><div>For all solver questions, we want to see the output of</div><div><br></div><div>  -ksp_view -ksp_monitor_true_residual -ksp_converged_reason</div><div><br></div><div>The problem here would be that there is an error, so we would never see the output</div><div>of -ksp_view and know what solver you are using. If you are using something complex,</div><div>can you try using</div><div><br></div><div>  -pc_type jacobi</div><div><br></div><div>and send the output from the options above? Then we can figure out why the other solver</div><div>gets an inf.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br>
Manav<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>