Searched refs:aldescent (Results 1 – 1 of 1) sorted by relevance
177 PetscReal step = 1.0, f, descent, aldescent; in TaoSolve_LCL() local336 aldescent = rGL_U - lclP->rho * rWU; in TaoSolve_LCL()337 if (aldescent > -adec) { in TaoSolve_LCL()338 …ETSC_COMM_WORLD, " Newton direction not descent for augmented Lagrangian: %g", (double)aldescent)); in TaoSolve_LCL()339 …(PetscInfo(tao, "Newton direction not descent for augmented Lagrangian: %g\n", (double)aldescent)); in TaoSolve_LCL()