Home
last modified time | relevance | path

Searched refs:RHSFunction (Results 1 – 25 of 53) sorted by relevance

123

/petsc/src/ts/tests/
H A Dex26.c8 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 Dex29.c5 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 Dex2.c19 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 Dex12.c57 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 Dex17.c46 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 Dex14.c5 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 Dex16.c11 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 Dex1.c6 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 Dex51.c18 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 Dex31.c46 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 Dex13.c24 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 Dex2.c62 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 Dex20.c31 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 Dex16fwd.c58 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 Dex16.c79 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 Dex21.c63 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 Dex20td.c57 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 Dct_vdp_imex.c37 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 Dallen_cahn.c21 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 Dreaction_diffusion.h20 PetscErrorCode RHSFunction(TS, PetscReal, Vec, Vec, void *);
/petsc/src/ts/tutorials/hamiltonian/
H A Dex1.c69 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 Dex3.c18 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 Dex1.c18 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 Dex2.c18 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 Dex9.c41 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()

123