Searched refs:TSTrajectoryGetUpdatedHistoryVecs (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex13.c | 106 PetscCall(TSTrajectoryGetUpdatedHistoryVecs(tj, ts, testtime, &hW, &hWdot)); in main() 146 …PetscCall(TSTrajectoryGetUpdatedHistoryVecs(tj, ts, testtime, use1 ? &hW : NULL, use2 ? &hWdot : N… in main()
|
| /petsc/src/ts/trajectory/interface/ |
| H A D | traj.c | 957 PetscErrorCode TSTrajectoryGetUpdatedHistoryVecs(TSTrajectory tj, TS ts, PetscReal time, Vec *U, Ve… in TSTrajectoryGetUpdatedHistoryVecs() function
|
| /petsc/include/ |
| H A D | petscts.h | 341 PETSC_EXTERN PetscErrorCode TSTrajectoryGetUpdatedHistoryVecs(TSTrajectory, TS, PetscReal, Vec *, V…
|