Home
last modified time | relevance | path

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

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