#include "petsctao.h" PetscErrorCode TaoSetTolerances(Tao tao, PetscReal gatol, PetscReal grtol, PetscReal gttol)Logically collective on Tao Many br
| tao | - the Tao context Many br | |
| gatol | - stop if norm of gradient is less than this Many br | |
| grtol | - stop if relative norm of gradient is less than this Many br | |
| gttol | - stop if norm of gradient is reduced by this factor Many br |
| -tao_gatol <gatol> | - Sets gatol Many br | |
| -tao_grtol <grtol> | - Sets grtol Many br | |
| -tao_gttol <gttol> | - Sets gttol Many br |
||g(X)|| <= gatol
||g(X)|| / |f(X)| <= grtol
||g(X)|| / ||g(X0)|| <= gttol
Many br
Level:beginner
Location:src/tao/interface/taosolver.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages