Home
last modified time | relevance | path

Searched defs:gts (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/linesearch/interface/
H A Dtaolinesearch.c758 …PetscErrorCode (*func)(TaoLineSearch ls, Vec x, Vec s, PetscReal *f, PetscReal *gts, PetscCtx ctx)… in TaoLineSearchSetObjectiveAndGTSRoutine()
816 PetscReal gts; in TaoLineSearchComputeObjective() local
950 …rrorCode TaoLineSearchComputeObjectiveAndGTS(TaoLineSearch ls, Vec x, PetscReal *f, PetscReal *gts) in TaoLineSearchComputeObjectiveAndGTS()
/petsc/src/tao/linesearch/interface/ftn-custom/
H A Dztaolinesearchf.c40 …hobjectiveandgtsroutine(TaoLineSearch ls, Vec x, Vec s, PetscReal *f, PetscReal *gts, PetscCtx ctx) in ourtaolinesearchobjectiveandgtsroutine()