<div dir="ltr">It the ksp_view data I see on the fine grid:<div><br></div><div><div>        Chebyshev: eigenvalue estimates:  min = 0.14153, <font color="#ff0000">max = 1.55683</font></div><div>        Chebyshev: eigenvalues estimated using gmres with translations  [0. 0.1; 0. 1.1]</div><div>        KSP Object:        (poisson_mg_levels_2_esteig_)         2 MPI processes</div><div>          type: gmres</div><div>            GMRES: restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement</div><div>            GMRES: happy breakdown tolerance 1e-30</div><div>          maximum iterations=10, initial guess is zero</div><div>          tolerances:  relative=1e-12, absolute=1e-50, divergence=10000.</div></div><div><br></div><div>and GAMG has:</div><div><br></div><div><div>[0] PCGAMGOptProlongator_AGG(): Smooth P0: <font color="#ff0000">max eigen=1.977326e</font>+00 min=3.920450e-02 PC=jacobi</div></div><div><br></div><div>You have a 5-point stencil dof del^2, the correct max eig is 2, and 1.55683 is not close enough for the 1.1 safety factor to save it. </div><div><br></div><div>The view should have this line from petsc/src/ksp/ksp/impls/cheby/cheby.c (it does not):</div><div><br></div><div><div>      if (cheb->usenoisy) {</div><div>        ierr = PetscViewerASCIIPrintf(viewer,"  Chebyshev: estimating eigenvalues using noisy right hand side\n");CHKERRQ(ierr);</div><div>      }</div></div><div><br></div><div>This was fixed in late May and 3.7 came out in late April, so I would think 3.7.4 would have this fix, but it does not look like it.</div><div><br></div><div>You can fix this with some parameters but you should check that your source does not have this line.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 27, 2016 at 12:14 PM, Olivier Mesnard <span dir="ltr"><<a href="mailto:olivier.mesnard8@gmail.com" target="_blank">olivier.mesnard8@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="color:#000000">Exact.</div><span class=""><div class="gmail_default" style="color:#000000"><br></div><div class="gmail_extra"><div class="gmail_quote">On 27 October 2016 at 11:58, Mark Adams <span dir="ltr"><<a href="mailto:mfadams@lbl.gov" target="_blank">mfadams@lbl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div style="color:rgb(0,0,0)"><br><div>-poisson_mg_levels_esteig_ksp_<wbr>max_it 50</div></div></div></div></div></blockquote><div><br></div><div>50 works but say 10 fails?</div><div><br></div><div><br></div></div></div></div>
</blockquote></div><br></div></span></div>
</blockquote></div><br></div>