Searched refs:computeobjectiveandgts (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | taolinesearchimpl.h | 11 …PetscErrorCode (*computeobjectiveandgts)(TaoLineSearch, Vec, Vec, PetscReal *, PetscReal *, void *… member
|
| /petsc/src/tao/linesearch/interface/ |
| H A D | taolinesearch.c | 762 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()
|