Searched refs:RHSFunctionPassive (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16opt_ic.cxx | 40 static PetscErrorCode RHSFunctionPassive(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunctionPassive() function 191 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, &user)); in main() 298 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, user)); in FormFunctionGradient()
|
| H A D | ex16adj.cxx | 33 static PetscErrorCode RHSFunctionPassive(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunctionPassive() function 223 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, &user)); in main()
|
| H A D | ex16adj_tl.cxx | 51 static PetscErrorCode RHSFunctionPassive(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunctionPassive() function 243 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, &user)); in main()
|
| H A D | adr_ex5adj.cxx | 66 extern PetscErrorCode RHSFunctionPassive(TS ts, PetscReal ftime, Vec U, Vec F, void *ptr); 129 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, &appctx)); in main() 526 PetscErrorCode RHSFunctionPassive(TS ts, PetscReal ftime, Vec U, Vec F, void *ptr) in RHSFunctionPassive() function
|