<div class="gmail_quote">On Mon, Apr 23, 2012 at 20:27, tribur <span dir="ltr">&lt;<a href="mailto:burckhardt@itis.ethz.ch">burckhardt@itis.ethz.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":l4">I would like to do 10 iterations of a point-by-point Gauss-Seidel procedure for the purpose of testing.<br>
<br>
Is it correct if I type &quot;mpiexec -n 1 ... -ksp_type preonly -pc_type sor -pc_sor_its 10&quot;?<br>
<br>
How can I define the initial guess nonzero?</div></blockquote></div><br><div>With a nonzero initial guess, you are doing Richardson (not preonly). You can set the nonzero initial guess as usual (KSPSetInitialGuessNonzero()).</div>