SNESSetTrustRegionTolerance

Sets the trust region parameter tolerance.

Synopsis

int SNESSetTrustRegionTolerance(SNES snes,double tol)
Collective on SNES

Input Parameters

snes - the SNES context
tol - tolerance Options Database Key:
-snes_trtol <tol> -Sets tol

Keywords

SNES, nonlinear, set, trust region, tolerance

See Also

SNESSetTolerances(), SNESSetMinimizationFunctionTolerance()

Location: src/snes/interface/snes.c
SNES Index
Table of Contents