SNESNewtonTRSetFallbackType#
Set the type of fallback if the solution of the trust region subproblem is outside the radius
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESNewtonTRSetFallbackType(SNES snes, SNESNewtonTRFallbackType ftype)
Input Parameters#
snes - the nonlinear solver object
ftype - the fallback type, see
SNESNewtonTRFallbackType
See Also#
SNESNEWTONTR
, SNESNewtonTRPreCheck()
, SNESNewtonTRGetPreCheck()
, SNESNewtonTRSetPreCheck()
,
SNESNewtonTRSetPostCheck()
, SNESNewtonTRGetPostCheck()
Level#
intermediate
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages