#include "petsctao.h" PetscErrorCode TaoSetConstraintTolerances(Tao tao, PetscReal catol, PetscReal crtol)Logically collective on Tao
tao | - the Tao context | |
catol | - absolute constraint tolerance, constraint norm must be less than catol for used for gatol convergence criteria | |
crtol | - relative contraint tolerance, constraint norm must be less than crtol for used for gatol, gttol convergence criteria |
-tao_catol <catol> | - Sets catol | |
-tao_crtol <crtol> | - Sets crtol |