Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaolinesearchimpl.h11 …PetscErrorCode (*computeobjectiveandgts)(TaoLineSearch, Vec, Vec, PetscReal *, PetscReal *, void *… member
/petsc/src/tao/linesearch/interface/
H A Dtaolinesearch.c762 ls->ops->computeobjectiveandgts = func; in TaoLineSearchSetObjectiveAndGTSRoutine()
826 …uteobjective || ls->ops->computeobjectiveandgradient || ls->ops->computeobjectiveandgts, PetscObje… in TaoLineSearchComputeObjective()
833 …} else PetscCallBack("TaoLineSearch callback objective", (*ls->ops->computeobjectiveandgts)(ls, x,… in TaoLineSearchComputeObjective()
959 …PetscCallBack("TaoLineSearch callback objective/gts", (*ls->ops->computeobjectiveandgts)(ls, x, ls… in TaoLineSearchComputeObjectiveAndGTS()