Home
last modified time | relevance | path

Searched refs:TaoSetJacobianRoutine (Results 1 – 9 of 9) sorted by relevance

/petsc/src/sys/tests/linter/output/ !
H A DtestValidFunctionDocStrings.patch521 .seealso: [](ch_tao), `Tao`, `TaoSetObjective()`, `TaoSetJacobianRoutine()`
528 .seealso: [](ch_tao), `Tao`, `TaoSetObjective()`, `TaoSetJacobianRoutine()`
/petsc/src/tao/complementarity/tutorials/ !
H A Dblackscholes.c210 PetscCall(TaoSetJacobianRoutine(tao, J, J, FormJacobian, (void *)&user)); in main()
H A Dminsurf1.c83 PetscCall(TaoSetJacobianRoutine(tao, J, J, FormJacobian, (void *)&user)); in main()
/petsc/src/tao/interface/ftn-custom/ !
H A Dztaosolverf.c212 if (!*ierr) *ierr = TaoSetJacobianRoutine(*tao, *J, *Jp, ourtaojacobianroutine, ctx); in taosetjacobianroutine_()
/petsc/include/ !
H A Dpetsctao.h357 PETSC_EXTERN PetscErrorCode TaoSetJacobianRoutine(Tao, Mat, Mat, PetscErrorCode (*)(Tao, Vec, Mat, …
/petsc/src/tao/interface/ !
H A Dtaosolver_hj.c449 PetscErrorCode TaoSetJacobianRoutine(Tao tao, Mat J, Mat Jpre, PetscErrorCode (*func)(Tao tao, Vec … in TaoSetJacobianRoutine() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetsctao.pxi178 PetscErrorCode TaoSetJacobianRoutine(PetscTAO, PetscMat, PetscMat, PetscTaoJacobian*, void*)
H A DTAO.pyx637 petsc.TaoSetJacobianRoutine
648 CHKERR(TaoSetJacobianRoutine(self.tao, Jmat, Pmat, TAO_Jacobian, <void*>context))
/petsc/doc/manual/ !
H A Dtao.md825 TaoSetJacobianRoutine(Tao, Mat, Mat, PetscErrorCode (*)(Tao, Vec, Mat, Mat, PetscCtx), PetscCtx);