Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_fg.c145 …ective/gradient", (*tao->ops->computeobjectiveandgradient)(tao, X, &dummy, G, tao->user_objgradP)); in TaoComputeGradient()
193 …bjective/gradient", (*tao->ops->computeobjectiveandgradient)(tao, X, f, temp, tao->user_objgradP)); in TaoComputeObjective()
238 …k objective/gradient", (*tao->ops->computeobjectiveandgradient)(tao, X, f, G, tao->user_objgradP)); in TaoComputeObjectiveAndGradient()
553 if (ctx) tao->user_objgradP = ctx; in TaoSetObjectiveAndGradient()
588 if (ctx) *(void **)ctx = tao->user_objgradP; in TaoGetObjectiveAndGradient()
/petsc/include/petsc/private/
H A Dtaoimpl.h48 void *user_objgradP; member
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c1022 …tObjectiveAndGradient(bnk->bncg, NULL, tao->ops->computeobjectiveandgradient, tao->user_objgradP)); in TaoSetUp_BNK()