Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex13.c104 Vec hW, hWdot; in main() local
106 PetscCall(TSTrajectoryGetUpdatedHistoryVecs(tj, ts, testtime, &hW, &hWdot)); in main()
108 PetscCall(VecGetArrayRead(hWdot, &aWdot)); in main()
114 PetscCall(VecRestoreArrayRead(hWdot, &aWdot)); in main()
115 PetscCall(TSTrajectoryRestoreUpdatedHistoryVecs(tj, &hW, &hWdot)); in main()
143 Vec hW, hWdot; in main() local
146 …Call(TSTrajectoryGetUpdatedHistoryVecs(tj, ts, testtime, use1 ? &hW : NULL, use2 ? &hWdot : NULL)); in main()
155 PetscCall(VecGetArrayRead(hWdot, &aWdot)); in main()
158 PetscCall(VecRestoreArrayRead(hWdot, &aWdot)); in main()
161 PetscCall(TSTrajectoryRestoreUpdatedHistoryVecs(tj, use1 ? &hW : NULL, use2 ? &hWdot : NULL)); in main()