SNESSetTrustRegionTolerance

Sets the trust region parameter tolerance.

Synopsis

#include "snes.h"  
int SNESSetTrustRegionTolerance(SNES snes,PetscReal 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()

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