Searched refs:TaoSetJacobianRoutine (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/sys/tests/linter/output/ ! |
| H A D | testValidFunctionDocStrings.patch | 521 .seealso: [](ch_tao), `Tao`, `TaoSetObjective()`, `TaoSetJacobianRoutine()` 528 .seealso: [](ch_tao), `Tao`, `TaoSetObjective()`, `TaoSetJacobianRoutine()`
|
| /petsc/src/tao/complementarity/tutorials/ ! |
| H A D | blackscholes.c | 210 PetscCall(TaoSetJacobianRoutine(tao, J, J, FormJacobian, (void *)&user)); in main()
|
| H A D | minsurf1.c | 83 PetscCall(TaoSetJacobianRoutine(tao, J, J, FormJacobian, (void *)&user)); in main()
|
| /petsc/src/tao/interface/ftn-custom/ ! |
| H A D | ztaosolverf.c | 212 if (!*ierr) *ierr = TaoSetJacobianRoutine(*tao, *J, *Jp, ourtaojacobianroutine, ctx); in taosetjacobianroutine_()
|
| /petsc/include/ ! |
| H A D | petsctao.h | 357 PETSC_EXTERN PetscErrorCode TaoSetJacobianRoutine(Tao, Mat, Mat, PetscErrorCode (*)(Tao, Vec, Mat, …
|
| /petsc/src/tao/interface/ ! |
| H A D | taosolver_hj.c | 449 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 D | petsctao.pxi | 178 PetscErrorCode TaoSetJacobianRoutine(PetscTAO, PetscMat, PetscMat, PetscTaoJacobian*, void*)
|
| H A D | TAO.pyx | 637 petsc.TaoSetJacobianRoutine 648 CHKERR(TaoSetJacobianRoutine(self.tao, Jmat, Pmat, TAO_Jacobian, <void*>context))
|
| /petsc/doc/manual/ ! |
| H A D | tao.md | 825 TaoSetJacobianRoutine(Tao, Mat, Mat, PetscErrorCode (*)(Tao, Vec, Mat, Mat, PetscCtx), PetscCtx);
|