SNESNGMRESGetRestartFmRise#

Get whether SNESNGMRES increases the restart count when a step \(x_M\) increases the residual \(F_M\)

Synopsis#

#include "petscsnes.h" 
PetscErrorCode SNESNGMRESGetRestartFmRise(SNES snes, PetscBool *flg)

Not Collective

Input Parameter#

  • snes - the SNES context

Output Parameter#

See Also#

SNES: Nonlinear Solvers, SNES, SNESNGMRES, SNESNGMRESSetRestartFmRise(), SNESNGMRESSetRestartType()

Level#

advanced

Location#

src/snes/impls/ngmres/snesngmres.c

Implementations#

SNESNGMRESGetRestartFmRise_NGMRES() in src/snes/impls/ngmres/snesngmres.c


Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages