Home
last modified time | relevance | path

Searched refs:TaoGetHessian (Results 1 – 6 of 6) sorted by relevance

/petsc/src/tao/snes/
H A Dtaosnes.c87 PetscCall(TaoGetHessian(tao, &A, &P, NULL, NULL)); in TaoSetUp_SNES()
/petsc/include/
H A Dpetsctao.h337 PETSC_EXTERN PetscErrorCode TaoGetHessian(Tao, Mat *, Mat *, PetscErrorCode (**)(Tao, Vec, Mat, Mat…
/petsc/src/tao/interface/
H A Dtaosolver_hj.c79 PetscErrorCode TaoGetHessian(Tao tao, Mat *H, Mat *Hpre, PetscErrorCode (**func)(Tao tao, Vec x, Ma… in TaoGetHessian() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi174 PetscErrorCode TaoGetHessian(PetscTAO, PetscMat*, PetscMat*, PetscTaoHessian**, void**)
H A DTAO.pyx605 setHessian, petsc.TaoGetHessian
610 CHKERR(TaoGetHessian(self.tao, &J.mat, &P.mat, NULL, NULL))
/petsc/doc/changes/
H A D317.md187 - Add `TaoGetGradient()`, `TaoGetObjectiveAndGradient()` and `TaoGetHessian()`