Home
last modified time | relevance | path

Searched refs:TSTrajectoryGetVecs (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tests/
H A Dex13.c67 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 Dreconstruct.c111 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 D311.md80 - Added TSTrajectoryGetVecs() to reconstructs states and time
/petsc/src/ts/trajectory/interface/
H A Dtraj.c158 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 Dpetscts.h340 PETSC_EXTERN PetscErrorCode TSTrajectoryGetVecs(TSTrajectory, TS, PetscInt, PetscReal *, Vec, Vec);