Home
last modified time | relevance | path

Searched refs:TSTrajectoryRestoreUpdatedHistoryVecs (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/tests/
H A Dex13.c115 PetscCall(TSTrajectoryRestoreUpdatedHistoryVecs(tj, &hW, &hWdot)); in main()
161 PetscCall(TSTrajectoryRestoreUpdatedHistoryVecs(tj, use1 ? &hW : NULL, use2 ? &hWdot : NULL)); in main()
/petsc/src/ts/trajectory/interface/
H A Dtraj.c1003 PetscErrorCode TSTrajectoryRestoreUpdatedHistoryVecs(TSTrajectory tj, Vec *U, Vec *Udot) in TSTrajectoryRestoreUpdatedHistoryVecs() function
/petsc/include/
H A Dpetscts.h343 PETSC_EXTERN PetscErrorCode TSTrajectoryRestoreUpdatedHistoryVecs(TSTrajectory, Vec *, Vec *);