| /petsc/src/ts/tutorials/ |
| H A D | ex4.c | 188 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 D | ex5.c | 157 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 167 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex51.c | 82 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
|
| H A D | ex6.c | 160 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex3.c | 170 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main() 180 PetscCall(TSSetRHSFunction(ts, NULL, TSComputeRHSFunctionLinear, &appctx)); in main()
|
| H A D | ex20adj.c | 291 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main() 302 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex29.c | 34 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, NULL)); in main()
|
| H A D | ex6.c | 55 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunction, &ctx)); in main()
|
| H A D | ex26.c | 24 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &usingimex)); in main()
|
| H A D | ex8.c | 80 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunctionRHS, &ctx)); in main()
|
| H A D | ex10.c | 168 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 D | ex9.c | 63 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunctionRHS, &ctx)); in main()
|
| H A D | ex7.c | 85 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunction, &ctx)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3opt.c | 121 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 D | ex3sa.c | 126 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main() 138 PetscCall(TSSetRHSFunction(quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
|
| H A D | ex9adj.c | 278 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main() 281 PetscCall(TSSetRHSFunction(quadts, NULL, (TSRHSFunctionFn *)CostIntegrand, &ctx)); in main()
|
| H A D | ex9opt.c | 247 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 D | ex5.c | 126 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &appctx)); in main()
|
| H A D | ex5adj.c | 87 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &appctx)); in main()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16opt_ic.cxx | 191 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, &user)); in main() 298 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionPassive, user)); in FormFunctionGradient()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex16.c | 34 PetscCall(TSSetRHSFunction(ts, f, RHSFunction, NULL)); in main()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex1.c | 154 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &user)); in main()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex3.c | 129 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
|
| H A D | ex1.c | 148 PetscCall(TSSetRHSFunction(ts, NULL, (TSRHSFunctionFn *)RHSFunction, &ctx)); in main()
|
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 185 *ierr = TSSetRHSFunction(*ts, R, TSComputeRHSFunctionLinear, fP); in tssetrhsfunction_() 188 *ierr = TSSetRHSFunction(*ts, R, ourrhsfunction, NULL); in tssetrhsfunction_()
|