Home
last modified time | relevance | path

Searched refs:computehessian (Results 1 – 10 of 10) sorted by relevance

/petsc/src/tao/interface/
H A Dtaosolver_hj.c40 if (func) tao->ops->computehessian = func; in TaoSetHessian()
86 if (func) *func = tao->ops->computehessian; in TaoGetHessian()
256 …PetscCheck(tao->ops->computehessian, PetscObjectComm((PetscObject)tao), PETSC_ERR_ARG_WRONGSTATE, … in TaoComputeHessian()
261 …PetscCallBack("Tao callback Hessian", (*tao->ops->computehessian)(tao, X, H, Hpre, tao->user_hessP… in TaoComputeHessian()
/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c94 bnk->computehessian = TaoBQNLSComputeHessian; in TaoCreate_BQNLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnls.c119 PetscCall((*bnk->computehessian)(tao)); in TaoSolve_BNLS()
H A Dbnk.h14 PetscErrorCode (*computehessian)(Tao); member
H A Dbntr.c120 PetscCall((*bnk->computehessian)(tao)); in TaoSolve_BNTR()
H A Dbntl.c138 PetscCall((*bnk->computehessian)(tao)); in TaoSolve_BNTL()
H A Dbnk.c139 PetscCall((*bnk->computehessian)(tao)); in TaoBNKInitialize()
1252 bnk->computehessian = TaoBNKComputeHessian; in TaoCreate_BNK()
/petsc/include/petsc/private/
H A Dtaoimpl.h17 PetscErrorCode (*computehessian)(Tao, Vec, Mat, Mat, void *); member
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c171 bnk->computehessian = TaoBQNKComputeHessian; in TaoCreate_BQNK()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h641 *flg = tao->ops->computehessian;