| /petsc/src/ts/event/tests/ |
| H A D | ex1.c | 100 PetscCall(TSGetStepNumber(ts, &n)); in main() 163 PetscCall(TSGetStepNumber(ts, &n)); in PreStep() 181 PetscCall(TSGetStepNumber(ts, &n)); in PostStep() 216 PetscCall(TSGetStepNumber(ts, &i)); in PostEvent() 242 PetscCall(TSGetStepNumber(ts, &i)); in Transfer()
|
| H A D | ex16.c | 108 PetscCall(TSGetStepNumber(ts, &i)); in PostEvent()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex20td.c | 108 PetscCall(TSGetStepNumber(ts, &curr_step)); in RHSFunction() 133 PetscCall(TSGetStepNumber(ts, &curr_step)); in RHSJacobian() 181 PetscCall(TSGetStepNumber(ts, &curr_step)); in RHSJacobianP_global() 217 PetscCall(TSGetStepNumber(ts, &curr_step)); in AdjointMonitor()
|
| H A D | ex49.c | 139 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex19.c | 220 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex20.c | 190 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex16fwd.c | 218 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex16.c | 253 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex24.c | 79 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex12.c | 104 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex23fwdadj.c | 147 PetscCall(TSGetStepNumber(ts, &user.steps)); in main()
|
| H A D | ex20fwd.c | 205 PetscCall(TSGetStepNumber(ts, &user.steps)); in main()
|
| H A D | ex5.c | 208 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | ex1.c | 159 PetscCall(TSGetStepNumber(ts, &its)); in main()
|
| H A D | ex13.c | 90 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex14.c | 29 PetscCall(TSGetStepNumber(ts, &step)); in TestCheckStage() 95 PetscCall(TSGetStepNumber(ts, &step)); in TestExplicitTS()
|
| H A D | ex2.c | 96 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16opt_ic.cxx | 215 PetscCall(TSGetStepNumber(ts, &user.steps)); in main() 324 PetscCall(TSGetStepNumber(ts, &user->steps)); in FormFunctionGradient()
|
| H A D | ex16adj.cxx | 267 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| /petsc/src/ts/adapt/impls/history/ |
| H A D | adapthist.c | 15 PetscCall(TSGetStepNumber(ts, &step)); in TSAdaptChoose_History()
|
| /petsc/src/ts/tutorials/optimal_control/ |
| H A D | ex1.c | 32 PetscCall(TSGetStepNumber(ts, &step)); in RHSFunction() 55 PetscCall(TSGetStepNumber(ts, &step)); in RHSJacobianP() 105 PetscCall(TSGetStepNumber(ts, &step)); in RHSHessianProductPP() 143 PetscCall(TSGetStepNumber(ts, &step)); in IntegrandHessianProductUU()
|
| /petsc/src/ts/tutorials/eimex/ |
| H A D | ct_vdp_imex.c | 132 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| H A D | allen_cahn.c | 91 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3opt_fd.c | 230 PetscCall(TSGetStepNumber(ts, &steps)); in FormFunction()
|
| H A D | ex3sa.c | 197 PetscCall(TSGetStepNumber(ts, &steps)); in main()
|