Searched refs:TSGetSolveTime (Results 1 – 25 of 59) sorted by relevance
123
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16opt_ic.cxx | 214 PetscCall(TSGetSolveTime(ts, &user.ftime)); in main() 323 PetscCall(TSGetSolveTime(ts, &user->ftime)); in FormFunctionGradient()
|
| H A D | ex16adj.cxx | 266 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex16adj_tl.cxx | 276 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex49.c | 138 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex19.c | 219 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex74.c | 97 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex16fwd.c | 217 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex20.c | 189 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex16.c | 252 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex20fwd.c | 204 PetscCall(TSGetSolveTime(ts, &user.ftime)); in main()
|
| H A D | ex24.c | 78 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex23fwdadj.c | 146 PetscCall(TSGetSolveTime(ts, &user.ftime)); in main()
|
| H A D | ex12.c | 103 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex1f.F90 | 323 PetscCallA(TSGetSolveTime(ts, ftime, ierr))
|
| H A D | ex1.c | 154 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex13.c | 89 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex5.c | 207 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex6.c | 210 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex4.c | 245 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex22.c | 126 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| H A D | ex42.c | 333 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex1.c | 181 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3opt_fd.c | 229 PetscCall(TSGetSolveTime(ts, &ftime)); in FormFunction()
|
| H A D | ex3sa.c | 196 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex2.c | 95 PetscCall(TSGetSolveTime(ts, &ftime)); in main()
|
123