SNESNewtonTRDCGetRhoFlag#
Get whether the current solution update is within the trust-region.
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESNewtonTRDCGetRhoFlag(SNES snes, PetscBool *rho_flag)
Logically Collective
Input Parameter#
snes - the nonlinear solver object
Output Parameter#
rho_flag:
PETSC_TRUE
if the solution update is in the trust- region; otherwise,PETSC_FALSE
See Also#
SNESNEWTONTRDC
, SNESNewtonTRDCPreCheck()
, SNESNewtonTRDCGetPreCheck()
, , SNESNewtonTRDCSetPreCheck()
,
SNESNewtonTRDCSetPostCheck()
, SNESNewtonTRDCGetPostCheck()
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages