Searched refs:trradius (Results 1 – 1 of 1) sorted by relevance
2014 PetscReal f = tao->fc, steptol = tao->steptol, trradius = tao->step; in TaoDefaultConvergenceTest() local2045 } else if (trradius < steptol && niter > 0) { in TaoDefaultConvergenceTest()2046 …PetscCall(PetscInfo(tao, "Trust region/step size too small: %g < %g\n", (double)trradius, (double)… in TaoDefaultConvergenceTest()