Home
last modified time | relevance | path

Searched refs:TSSetRHSFunction (Results 1 – 25 of 113) sorted by relevance

12345

/petsc/src/ts/tutorials/
H A Dex4.c188 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
198 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
204 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionHeat, &appctx)); in main()
H A Dex5.c157 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
167 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex51.c82 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
H A Dex6.c160 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex3.c170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
180 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
H A Dex20adj.c291 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
302 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
/petsc/src/ts/tests/
H A Dex29.c34 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
H A Dex6.c55 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunction, &ctx)); in main()
H A Dex26.c24 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &usingimex)); in main()
H A Dex8.c80 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunctionRHS, &ctx)); in main()
H A Dex10.c168 PetscCall(TSSetRHSFunction(red->ts, tsrhs, TSDAESimple_Reduced_TSFunction, tsdae)); in TSDAESimpleSetUp_Reduced()
311 PetscCall(TSSetRHSFunction(full->ts, tsrhs, TSDAESimple_Full_TSRHSFunction, tsdae)); in TSDAESimpleSetUp_Full()
H A Dex9.c63 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunctionRHS, &ctx)); in main()
H A Dex7.c85 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunction, &ctx)); in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex3opt.c121 PetscCall(TSSetRHSFunction(ctx.ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
131 PetscCall(TSSetRHSFunction(ctx.quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
141 PetscCall(TSSetRHSFunction(ctx.quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
H A Dex3sa.c126 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
138 PetscCall(TSSetRHSFunction(quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
H A Dex9adj.c278 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
281 PetscCall(TSSetRHSFunction(quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
H A Dex9opt.c247 PetscCall(TSSetRHSFunction(ctx.ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
266 PetscCall(TSSetRHSFunction(quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5.c126 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &appctx)); in main()
H A Dex5adj.c87 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &appctx)); in main()
/petsc/src/ts/tutorials/autodiff/
H A Dex16opt_ic.cxx191 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, &user)); in main()
298 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, user)); in FormFunctionGradient()
/petsc/src/ts/event/tests/
H A Dex16.c34 PetscCall(TSSetRHSFunction(ts, f, RHSFunction, NULL)); in main()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex1.c154 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
/petsc/src/ts/tutorials/multirate/
H A Dex3.c129 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
H A Dex1.c148 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c185 *ierr = TSSetRHSFunction(*ts, R, TSComputeRHSFunctionLinear, fP); in tssetrhsfunction_()
188 *ierr = TSSetRHSFunction(*ts, R, ourrhsfunction, NULL); in tssetrhsfunction_()

12345