Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj_mf.cxx40 extern PetscErrorCode IJacobianMatFree(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat A_shel…
126 PetscCall(TSSetIJacobian(ts, A, A, IJacobianMatFree, &appctx)); in main()
417 PetscErrorCode IJacobianMatFree(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat A_shell, Mat … in IJacobianMatFree() function