Home
last modified time | relevance | path

Searched refs:TSTrajectoryGet (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ts/tests/output/
H A Dex13_2.out15 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 Dex13_1.out15 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 Dex13_3.out15 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 Dex20adj_5.out22 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 Dex20adj_6.out20 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 Dex20adj_3.out28 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 Dex20adj_4.out28 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 Dtraj.c115 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 Dtssen.c1590 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 Dpetscts.h339 PETSC_EXTERN PetscErrorCode TSTrajectoryGet(TSTrajectory, TS, PetscInt, PetscReal *);