int SNESSetTolerances(SNES snes,double atol,double rtol,double stol,int maxit,int maxf)Collective on SNES
snes | - the SNES context |
atol | - absolute convergence tolerance |
rtol | - relative convergence tolerance |
stol | - convergence tolerance in terms of the norm of the change in the solution between steps |
maxit | - maximum number of iterations |
maxf | - maximum number of function evaluations |
-snes_atol <atol> | - Sets atol |
-snes_rtol <rtol> | - Sets rtol |
-snes_stol <stol> | - Sets stol |
-snes_max_it <maxit> | - Sets maxit |
-snes_max_funcs <maxf> | - Sets maxf |
Location: src/snes/interface/snes.c
SNES Index
Table of Contents