petsc-3.7.1 2016-05-15
Report Typos and Errors

TaoSetConstraintTolerances

Sets constraint tolerance parameters used in TAO convergence tests

Synopsis

#include "petsctao.h" 
PetscErrorCode TaoSetConstraintTolerances(Tao tao, PetscReal catol, PetscReal crtol)
Logically collective on Tao Many br

Input Parameters

tao - the Tao context Many br
catol - absolute constraint tolerance, constraint norm must be less than catol for used for gatol convergence criteria Many br
crtol - relative contraint tolerance, constraint norm must be less than crtol for used for gatol, gttol convergence criteria Many br

Options Database Keys

-tao_catol <catol> - Sets catol Many br
-tao_crtol <crtol> - Sets crtol Many br

Notes

Use PETSC_DEFAULT to leave any tolerance unchanged. Many br

Many br

See Also

TaoGetTolerances(), TaoGetConstraintTolerances(), TaoSetTolerances()

Level:intermediate
Location:
src/tao/interface/taosolver.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages