Home
last modified time | relevance | path

Searched refs:f_full (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c47 PetscReal fmin, ftrial, f_full, prered, actred, kappa, sigma; in TaoSolve_NLS() local
514 PetscCall(TaoLineSearchGetFullStepObjective(tao->linesearch, &f_full)); in TaoSolve_NLS()
570 if (PetscIsInfOrNanReal(f_full)) { in TaoSolve_NLS()
574 actred = fold - f_full; in TaoSolve_NLS()
620 if (PetscIsInfOrNanReal(f_full)) { in TaoSolve_NLS()
623 actred = fold - f_full; in TaoSolve_NLS()