Searched refs:TSTrajectoryGetVecs (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex13.c | 67 PetscCall(TSTrajectoryGetVecs(tj, ts, PETSC_DECIDE, &testtime, W, Wdot)); in main() 83 PetscCall(TSTrajectoryGetVecs(tj, ts, PETSC_DECIDE, &testtime, W, NULL)); in main() 94 PetscCall(TSTrajectoryGetVecs(tj, ts, PETSC_DECIDE, &testtime, NULL, Wdot)); in main()
|
| /petsc/src/ts/trajectory/utils/ |
| H A D | reconstruct.c | 111 PetscCall(TSTrajectoryGetVecs(tj, ts, tshhist_id[s], &t, tj->lag.W[tid], NULL)); in TSTrajectoryReconstruct_Private() 139 PetscCall(TSTrajectoryGetVecs(tj, ts, tshhist_id[id], &t, tj->lag.W[tid], NULL)); in TSTrajectoryReconstruct_Private()
|
| /petsc/doc/changes/ |
| H A D | 311.md | 80 - Added TSTrajectoryGetVecs() to reconstructs states and time
|
| /petsc/src/ts/trajectory/interface/ |
| H A D | traj.c | 158 PetscErrorCode TSTrajectoryGetVecs(TSTrajectory tj, TS ts, PetscInt stepnum, PetscReal *time, Vec U… in TSTrajectoryGetVecs() function 977 …PetscCall(TSTrajectoryGetVecs(tj, ts, PETSC_DECIDE, &time, U ? tj->U : NULL, Udot ? tj->Udot : NUL… in TSTrajectoryGetUpdatedHistoryVecs()
|
| /petsc/include/ |
| H A D | petscts.h | 340 PETSC_EXTERN PetscErrorCode TSTrajectoryGetVecs(TSTrajectory, TS, PetscInt, PetscReal *, Vec, Vec);
|