Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/autodiff/
H A Dex16adj.cxx53 static PetscErrorCode RHSFunctionActive(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunctionActive() function
237 PetscCall(RHSFunctionActive(ts, 0., x, r, &user)); in main()
H A Dex16opt_ic.cxx60 static PetscErrorCode RHSFunctionActive(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunctionActive() function
181 PetscCall(RHSFunctionActive(ts, 0., user.x, r, &user)); in main()
H A Dadr_ex5adj.cxx65 extern PetscErrorCode RHSFunctionActive(TS ts, PetscReal ftime, Vec U, Vec F, void *ptr);
143 PetscCall(RHSFunctionActive(ts, 1.0, x, r, &appctx)); in main()
606 PetscErrorCode RHSFunctionActive(TS ts, PetscReal ftime, Vec U, Vec F, void *ptr) in RHSFunctionActive() function