Searched refs:ftest2 (Results 1 – 1 of 1) sorted by relevance
39 PetscReal ftest1 = 0.0, ftest2 = 0.0; in TaoLineSearchApply_MT() local179 if (ls->bounded) ftest2 = finit + ls->step * dgtest * ls->ftol; in TaoLineSearchApply_MT()189 if (ls->bounded && *f <= ftest2 && ls->step >= bstepmin2) { in TaoLineSearchApply_MT()