Searched refs:TSTrajectoryGet (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ts/tests/output/ |
| H A D | ex13_2.out | 15 TSTrajectoryGet: stepnum 8, stages 0 18 TSTrajectoryGet: stepnum 3, stages 0 21 TSTrajectoryGet: stepnum 0, stages 0 24 TSTrajectoryGet: stepnum 2, stages 0 34 TSTrajectoryGet: stepnum 7, stages 0 37 TSTrajectoryGet: stepnum 1, stages 0 40 TSTrajectoryGet: stepnum 9, stages 0 43 TSTrajectoryGet: stepnum 5, stages 0 52 TSTrajectoryGet: stepnum 8, stages 0 55 TSTrajectoryGet: stepnum 3, stages 0 [all …]
|
| H A D | ex13_1.out | 15 TSTrajectoryGet: stepnum 0, stages 0 18 TSTrajectoryGet: stepnum 2, stages 0 21 TSTrajectoryGet: stepnum 1, stages 0 24 TSTrajectoryGet: stepnum 9, stages 0 34 TSTrajectoryGet: stepnum 8, stages 0 37 TSTrajectoryGet: stepnum 4, stages 0 40 TSTrajectoryGet: stepnum 7, stages 0 43 TSTrajectoryGet: stepnum 6, stages 0 52 TSTrajectoryGet: stepnum 0, stages 0 55 TSTrajectoryGet: stepnum 2, stages 0 [all …]
|
| H A D | ex13_3.out | 15 TSTrajectoryGet: stepnum 3, stages 0 18 TSTrajectoryGet: stepnum 5, stages 0 21 TSTrajectoryGet: stepnum 0, stages 0 24 TSTrajectoryGet: stepnum 2, stages 0 27 TSTrajectoryGet: stepnum 1, stages 0 30 TSTrajectoryGet: stepnum 9, stages 0 42 TSTrajectoryGet: stepnum 8, stages 0 45 TSTrajectoryGet: stepnum 4, stages 0 48 TSTrajectoryGet: stepnum 7, stages 0 51 TSTrajectoryGet: stepnum 6, stages 0 [all …]
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex20adj_5.out | 22 TSTrajectoryGet: stepnum 15, stages 0 23 TSTrajectoryGet: stepnum 14, stages 0 25 TSTrajectoryGet: stepnum 13, stages 0 27 TSTrajectoryGet: stepnum 12, stages 0 30 TSTrajectoryGet: stepnum 11, stages 0 32 TSTrajectoryGet: stepnum 10, stages 0 34 TSTrajectoryGet: stepnum 9, stages 0 38 TSTrajectoryGet: stepnum 8, stages 0 40 TSTrajectoryGet: stepnum 7, stages 0 42 TSTrajectoryGet: stepnum 6, stages 0 [all …]
|
| H A D | ex20adj_6.out | 20 TSTrajectoryGet: stepnum 15, stages 1 21 TSTrajectoryGet: stepnum 14, stages 1 23 TSTrajectoryGet: stepnum 13, stages 1 25 TSTrajectoryGet: stepnum 12, stages 1 28 TSTrajectoryGet: stepnum 11, stages 1 30 TSTrajectoryGet: stepnum 10, stages 1 32 TSTrajectoryGet: stepnum 9, stages 1 36 TSTrajectoryGet: stepnum 8, stages 1 38 TSTrajectoryGet: stepnum 7, stages 1 40 TSTrajectoryGet: stepnum 6, stages 1 [all …]
|
| H A D | ex20adj_3.out | 28 TSTrajectoryGet: stepnum 15, stages 0 29 TSTrajectoryGet: stepnum 14, stages 0 33 TSTrajectoryGet: stepnum 13, stages 0 36 TSTrajectoryGet: stepnum 12, stages 0 40 TSTrajectoryGet: stepnum 11, stages 0 43 TSTrajectoryGet: stepnum 10, stages 0 47 TSTrajectoryGet: stepnum 9, stages 0 50 TSTrajectoryGet: stepnum 8, stages 0 54 TSTrajectoryGet: stepnum 7, stages 0 57 TSTrajectoryGet: stepnum 6, stages 0 [all …]
|
| H A D | ex20adj_4.out | 28 TSTrajectoryGet: stepnum 15, stages 1 29 TSTrajectoryGet: stepnum 14, stages 1 34 TSTrajectoryGet: stepnum 13, stages 1 38 TSTrajectoryGet: stepnum 12, stages 1 43 TSTrajectoryGet: stepnum 11, stages 1 47 TSTrajectoryGet: stepnum 10, stages 1 52 TSTrajectoryGet: stepnum 9, stages 1 56 TSTrajectoryGet: stepnum 8, stages 1 61 TSTrajectoryGet: stepnum 7, stages 1 65 TSTrajectoryGet: stepnum 6, stages 1 [all …]
|
| /petsc/src/ts/trajectory/interface/ |
| H A D | traj.c | 115 PetscErrorCode TSTrajectoryGet(TSTrajectory tj, TS ts, PetscInt stepnum, PetscReal *time) in TSTrajectoryGet() function 243 PetscCall(TSTrajectoryGet(tj, fakets, stepnum, time)); in TSTrajectoryGetVecs()
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1590 PetscCall(TSTrajectoryGet(ts->trajectory, ts, ts->steps, &ts->ptime)); in TSAdjointSolve() 1597 PetscCall(TSTrajectoryGet(ts->trajectory, ts, ts->steps, &ts->ptime)); in TSAdjointSolve()
|
| /petsc/include/ |
| H A D | petscts.h | 339 PETSC_EXTERN PetscErrorCode TSTrajectoryGet(TSTrajectory, TS, PetscInt, PetscReal *);
|