[petsc-users] KSPMonitorSingularValue

Jed Brown jedbrown at mcs.anl.gov
Thu Oct 20 10:21:25 CDT 2011


On Thu, Oct 20, 2011 at 10:15, Klaij, Christiaan <C.Klaij at marin.nl> wrote:

> The setting is Navier-Stokes, colocated FVM, matrix-free Krylov-Picard
> with SIMPLE preconditioning. It works for most case but stagnates
> for this particular case although SIMPLE as solver does converge nicely.
>

How are you applying the action of the linear operator? If you use finite
differencing, it could be inaccurate. Is this incompressible or a low-Mach
compressible formulation? Try -ksp_monitor_true_residual, if the true
residual drifts from the unpreconditioned residual computed by FGMRES, the
Krylov space could be losing orthogonality. You can try
-ksp_gmres_modifiedgramschmidt. Are you losing a lot of progress in
restarts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111020/03b48916/attachment.htm>


More information about the petsc-users mailing list