Home
last modified time | relevance | path

Searched refs:ytol0 (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.c224 auglag->ytol0 = 0.5; in TaoSetUp_ALMM()
492 auglag->ytol0 = 1.0 / PetscPowReal(auglag->mu0, auglag->mu_pow_bad); in TaoCreate_ALMM()
493 auglag->ytol = auglag->ytol0; in TaoCreate_ALMM()
592 auglag->ytol = auglag->ytol0 * auglag->cnorm_old; in TaoALMMComputeOptimalityNorms_Private()