Searched refs:rhok (Results 1 – 1 of 1) sorted by relevance
73 PetscReal prered, actred, delta, f, f_new, rhok, gdx, xdiff, stepsize; in TaoSolve_TRON() local183 rhok = 1.0; in TaoSolve_TRON()185 rhok = PetscAbs(-actred / prered); in TaoSolve_TRON()187 rhok = 0.0; in TaoSolve_TRON()191 if (rhok > tron->eta1) { /* Accept the point */ in TaoSolve_TRON()200 if (rhok < tron->eta2) { in TaoSolve_TRON()202 } else if (rhok > tron->eta4) { in TaoSolve_TRON()204 } else if (rhok > tron->eta3) { in TaoSolve_TRON()