Searched refs:ytol (Results 1 – 2 of 2) sorted by relevance
20 PetscReal ytol0, ytol, gtol0, gtol; /* convergence parameters */ member
81 if (auglag->cnorm <= auglag->ytol) { in TaoSolve_ALMM()82 PetscCall(PetscInfo(tao, "Multipliers updated: ||C|| <= %e\n", (double)auglag->ytol)); in TaoSolve_ALMM()100 … auglag->ytol = PetscMax(tao->catol, auglag->ytol / PetscPowReal(auglag->mu, auglag->mu_pow_good)); in TaoSolve_ALMM()109 auglag->ytol = PetscMax(tao->catol, 1.0 / PetscPowReal(auglag->mu, auglag->mu_pow_bad)); in TaoSolve_ALMM()493 auglag->ytol = auglag->ytol0; in TaoCreate_ALMM()592 auglag->ytol = auglag->ytol0 * auglag->cnorm_old; in TaoALMMComputeOptimalityNorms_Private()