<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 13, 2014 at 10:18 AM, De Groof, Vincent Frans Maria <span dir="ltr"><<a href="mailto:Vincent.De-Groof@uibk.ac.at" target="_blank">Vincent.De-Groof@uibk.ac.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Hi, 
<div><br>
</div>
<div><br>
</div>
<div>I am having a convergence problem in a nonlinear FE problem (we only use ksp from petsc, not snes). We don't have any problems using a direct solver with a cholesky factorization (Petsc factor, cholmod, mumps). Now we want to solve it using the bddc preconditioner.
 No problems on some problems. So far so good.</div>
<div><br>
</div>
<div><br>
</div>
<div>Unfortunately, in some problems, the first increment in the newton iteration does not converge. It exits due to divergence (-4) after the first solve (0 iterations). This happens with CG, using the natural or preconditioned norm. Using the unpreconditioned
 norm, or minres, the problem converges with no problems. Checking the Dirichlet and Neumann errors of the subdomains (using -pc_bddc_check_level 1)  delivers small errors for all subdomains (~1e-16 - 1e-11).</div>
<div><br>
</div>
<div><br>
</div>
<div>Because minres works, and cg doesn't, it seems like I am missing a null space. But since the subdomain solvers work without problems and do not complain </div></div></div></div></blockquote><div><br></div><div>MINRES works for symmetric indefinite problems, whereas CG needs SPD problems. Could your problem be indefinite? If not, and it is close,</div><div>its possible that the preconditioned problem is indefinite.</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"><div><div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt"><div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt"><div>about a null pivot this seems unlikely. Also when I check the number of constraints on the subdomains,
 they should be fully-determined...</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>any suggestions on what might be going wrong here? Am I really missing a nullspace? Or might there be something else going wrong?</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>kind regards,</div>
<div>Vincent</div>
<div><br>
</div>
</div>
</div>
</div>

</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>