Searched refs:FVIJacobian (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 1274 static PetscErrorCode FVIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal shift, Mat A, Mat … in FVIJacobian() function 1493 PetscCall(TSSetIJacobian(ts, B, B, FVIJacobian, &ctx)); in main()
|