| /petsc/src/ts/tests/ |
| H A D | ex26.c | 8 PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 24 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &usingimex)); in main() 63 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec x, Vec f, PetscCtx ctx) in RHSFunction() function
|
| H A D | ex29.c | 5 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunction() function 34 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
|
| H A D | ex2.c | 19 extern PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 74 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main() 152 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec globalin, Vec globalout, PetscCtx ctx) in RHSFunction() function
|
| H A D | ex12.c | 57 extern PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 128 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &appctx)); in main() 318 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec global_in, Vec global_out, PetscCtx ctx) in RHSFunction() function
|
| H A D | ex17.c | 46 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec x, Vec f, PetscCtx ctx) in RHSFunction() function 129 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &order)); in main()
|
| H A D | ex14.c | 5 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunction() function 141 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex16.c | 11 static PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 34 PetscCall(TSSetRHSFunction(ts, f, RHSFunction, NULL)); in main() 78 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec x, Vec f, PetscCtx ctx) in RHSFunction() function
|
| H A D | ex1.c | 6 static PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 37 PetscCall(TSSetRHSFunction(ts, f, RHSFunction, NULL)); in main() 139 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec x, Vec f, PetscCtx ctx) in RHSFunction() function
|
| /petsc/src/ts/tutorials/ |
| H A D | ex51.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, void *s) in RHSFunction() function 82 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
|
| H A D | ex31.c | 46 PetscErrorCode (*RHSFunction)(TS, PetscReal, Vec, Vec, void *); variable 1035 RHSFunction = RHSFunction_Hull1972A1; in Initialize() 1041 RHSFunction = RHSFunction_Hull1972A2; in Initialize() 1047 RHSFunction = RHSFunction_Hull1972A3; in Initialize() 1053 RHSFunction = RHSFunction_Hull1972A4; in Initialize() 1059 RHSFunction = RHSFunction_Hull1972A5; in Initialize() 1066 RHSFunction = RHSFunction_Hull1972B1; in Initialize() 1073 RHSFunction = RHSFunction_Hull1972B2; in Initialize() 1080 RHSFunction = RHSFunction_Hull1972B3; in Initialize() 1087 RHSFunction = RHSFunction_Hull1972B4; in Initialize() [all …]
|
| H A D | ex13.c | 24 extern PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 62 PetscCall(TSSetRHSFunction(ts, r, RHSFunction, &user)); in main() 116 PetscErrorCode RHSFunction(TS ts, PetscReal ftime, Vec U, Vec F, void *ptr) in RHSFunction() function
|
| H A D | ex2.c | 62 extern PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 131 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &appctx)); in main() 407 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec global_in, Vec global_out, PetscCtx ctx) in RHSFunction() function
|
| H A D | ex20.c | 31 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunction() function 164 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| H A D | ex16fwd.c | 58 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunction() function 189 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| H A D | ex16.c | 79 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, PetscCtx ctx) in RHSFunction() function 227 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| H A D | ex21.c | 63 extern PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 143 PetscCall(TSSetRHSFunction(ts, r, RHSFunction, &appctx)); in main() 464 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec global_in, Vec global_out, PetscCtx ctx) in RHSFunction() function
|
| H A D | ex20td.c | 57 extern PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 98 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, PetscCtx ctx) in RHSFunction() function 312 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| /petsc/src/ts/tutorials/eimex/ |
| H A D | ct_vdp_imex.c | 37 static PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 104 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main() 166 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in RHSFunction() function
|
| H A D | allen_cahn.c | 21 static PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *); 67 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main() 105 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec X, Vec F, void *ptr) in RHSFunction() function
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | reaction_diffusion.h | 20 PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *);
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex1.c | 69 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec R, PetscCtx ctx) in RHSFunction() function 154 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex3.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() function 129 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
|
| H A D | ex1.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() function 148 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
|
| H A D | ex2.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() function 148 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex9.c | 41 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() function 173 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
|