<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, May 2, 2014 at 9:38 AM, Lucie Freret <span dir="ltr"><<a href="mailto:lfreret@arrow.utias.utoronto.ca" target="_blank">lfreret@arrow.utias.utoronto.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I would like to solve linear systems using Gmres preconditioned by ML and use ILU(0) on all levels (mg_coarse and mg_levels_x).<br>
As I have MATMPIAIJ matrix, I'm using<br>
-ksp_type gmres<br>
-pc_type ml<br>
-mg_levels_ksp_type preonly (-mg_coarse_ksp_type preonly)<br>
-mg_levels_pc_type asm (-mg_coarse_pc_type asm)<br>
but I get:<br>
"Running KSP of preonly doesn't make sense with nonzero initial guess"<br>
I tried different keyword to have a zero initial guess but unfortunately, I can't solve this problem.<br>
Should I use an other mg_levels_ksp solver of each level or is there a way to initialize guess on each level?<br></blockquote><div><br></div><div>You want "richardson" instead of preonly, since you are doing defect correction in MG.</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>
Lucie<br>
<br>
------------------------------<u></u>------------------------------<u></u>----<br>
This message was sent using IMP, the Internet Messaging Program.<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>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>