| /petsc/src/ts/tests/ |
| H A D | ex26.c | 6 PetscErrorCode IFunction(TS, PetscReal, Vec, Vec, Vec, void *); 23 PetscCall(TSSetIFunction(ts, NULL, IFunction, NULL)); in main() 72 PetscErrorCode IFunction(TS ts, PetscReal t, Vec x, Vec xdot, Vec f, PetscCtx ctx) in IFunction() function
|
| H A D | ex18.c | 16 PetscErrorCode IFunction(TS, PetscReal, Vec, Vec, Vec, void *); 31 PetscCall(TSSetIFunction(ts, NULL, IFunction, &dae)); in main() 55 PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function
|
| /petsc/src/ts/tutorials/eimex/ |
| H A D | ct_vdp_imex.c | 38 static PetscErrorCode IFunction(TS, PetscReal, Vec, Vec, Vec, void *); 105 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main() 181 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, void *ptr) in IFunction() function
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | reaction_diffusion.h | 22 PetscErrorCode IFunction(TS, PetscReal, Vec, Vec, Vec, void *);
|
| H A D | ex4.c | 40 extern PetscErrorCode IFunction(TS, PetscReal, Vec, Vec, Vec, void *), InitialConditions(DM, Vec); 91 PetscCall(TSSetIFunction(ts, NULL, IFunction, &appctx)); in main() 135 PetscErrorCode IFunction(TS ts, PetscReal ftime, Vec U, Vec Udot, Vec F, void *ptr) in IFunction() function
|
| H A D | ex2.c | 42 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunction() function 154 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &ctx)); in main()
|
| H A D | ex1.c | 95 PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunction() function 221 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &ctx)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex31.c | 48 PetscErrorCode (*IFunction)(TS, PetscReal, Vec, Vec, Vec, void *); variable 1037 IFunction = IFunction_Hull1972A1; in Initialize() 1043 IFunction = IFunction_Hull1972A2; in Initialize() 1049 IFunction = IFunction_Hull1972A3; in Initialize() 1055 IFunction = IFunction_Hull1972A4; in Initialize() 1061 IFunction = IFunction_Hull1972A5; in Initialize() 1067 IFunction = IFunction_Hull1972B1; in Initialize() 1074 IFunction = IFunction_Hull1972B2; in Initialize() 1081 IFunction = IFunction_Hull1972B3; in Initialize() 1088 IFunction = IFunction_Hull1972B4; in Initialize() [all …]
|
| H A D | ex49.c | 28 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function 114 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex19.c | 71 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function 195 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex20.c | 47 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function 160 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex16.c | 95 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function 228 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex23fwdadj.c | 29 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function 122 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex41.c | 103 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 197 PetscCall(TSSetIFunction(ts, NULL, IFunction, NULL)); in main()
|
| H A D | ex20fwd.c | 35 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in IFunction() function 168 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex20adj.c | 122 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 288 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main() 297 PetscCall(TSSetIFunction(ts, NULL, IFunction, &user)); in main()
|
| H A D | ex40.c | 106 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 211 PetscCall(TSSetIFunction(ts, NULL, IFunction, NULL)); in main()
|
| H A D | ex32.c | 97 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 227 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, (void *)&app)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex1.c | 32 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunction() function 146 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &ctx)); in main()
|
| H A D | ex2.c | 41 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunction() function 193 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &ctx)); in main()
|
| H A D | ex5.c | 181 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *user) in IFunction() function 263 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &user)); in main()
|
| /petsc/src/ts/tutorials/hybrid/ |
| H A D | ex1.c | 60 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 175 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &app)); in main()
|
| H A D | ex1fwd.c | 143 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 282 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &app)); in main()
|
| H A D | ex1adj.c | 120 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 255 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &app)); in main()
|
| H A D | ex1fd.c | 120 static PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in IFunction() function 247 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)IFunction, &app)); in main()
|