Searched refs:IJacobianP (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex23fwdadj.c | 68 static PetscErrorCode IJacobianP(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal shift, Mat A, Petsc… in IJacobianP() function 140 PetscCall(TSSetIJacobianP(ts, user.Jacp, IJacobianP, &user)); in main()
|
| H A D | ex20adj.c | 176 static PetscErrorCode IJacobianP(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal a, Mat A, PetscCtx … in IJacobianP() function 290 PetscCall(TSSetIJacobianP(ts, user.Jacp, IJacobianP, &user)); in main() 299 PetscCall(TSSetIJacobianP(ts, user.Jacp, IJacobianP, &user)); in main()
|