Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex9.c1274 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()