Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/
H A Dspectraladjointassimilation.c97 extern PetscErrorCode RHSAdvection(TS, PetscReal, Vec, Mat, Mat, void *);
211 PetscCall(RHSAdvection(appctx.ts, 0.0, u, appctx.SEMop.advec, appctx.SEMop.advec, &appctx)); in main()
501 PetscErrorCode RHSAdvection(TS ts, PetscReal t, Vec X, Mat A, Mat BB, PetscCtx ctx) in RHSAdvection() function