Searched refs:user_objP (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver_fg.c | 186 … PetscCallBack("Tao callback objective", (*tao->ops->computeobjective)(tao, X, f, tao->user_objP)); in TaoComputeObjective() 243 … PetscCallBack("Tao callback objective", (*tao->ops->computeobjective)(tao, X, f, tao->user_objP)); in TaoComputeObjectiveAndGradient() 283 if (ctx) tao->user_objP = ctx; in TaoSetObjective() 315 if (ctx) *(void **)ctx = tao->user_objP; in TaoGetObjective()
|
| /petsc/include/petsc/private/ |
| H A D | taoimpl.h | 47 void *user_objP; member
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 1020 PetscCall(TaoSetObjective(bnk->bncg, tao->ops->computeobjective, tao->user_objP)); in TaoSetUp_BNK()
|