Home
last modified time | relevance | path

Searched refs:gtol0 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/constrained/impls/almm/
H A Dalmm.h20 PetscReal ytol0, ytol, gtol0, gtol; /* convergence parameters */ member
H A Dalmm.c60 auglag->gtol = auglag->gtol0; in TaoSolve_ALMM()
225 auglag->gtol0 = tao->gatol; in TaoSetUp_ALMM()
494 auglag->gtol0 = 1.0 / auglag->mu0; in TaoCreate_ALMM()
495 auglag->gtol = auglag->gtol0; in TaoCreate_ALMM()