Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5adj_mf.c33 PetscErrorCode RHSJacobianShell(TS, PetscReal, Vec, Mat, Mat, void *);
322 PetscCall(TSSetRHSJacobian(ts, appctx.A, appctx.A, RHSJacobianShell, &appctx)); in main()
388 PetscErrorCode RHSJacobianShell(TS ts, PetscReal t, Vec U, Mat A, Mat BB, PetscCtx ctx) in RHSJacobianShell() function