Searched refs:THIJacobian (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 1271 static PetscErrorCode THIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat A, Mat B, P… in THIJacobian() function 1576 PetscCall(TSSetIJacobian(ts, B, B, THIJacobian, thi)); in main()
|