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
SNEScontext
Output Parameter#
flg -
PETSC_TRUEif the option is enabled
See Also#
SNES: Nonlinear Solvers, SNES, SNESNGMRES, SNESNGMRESSetRestartFmRise(), SNESNGMRESSetRestartType()
Level#
advanced
Location#
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