Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex13.c21 Vec W, W2, Wdot; in main() local
34 PetscCall(VecDuplicate(W, &Wdot)); in main()
67 PetscCall(TSTrajectoryGetVecs(tj, ts, PETSC_DECIDE, &testtime, W, Wdot)); in main()
69 PetscCall(VecGetArrayRead(Wdot, &aWdot)); in main()
75 PetscCall(VecRestoreArrayRead(Wdot, &aWdot)); in main()
94 PetscCall(TSTrajectoryGetVecs(tj, ts, PETSC_DECIDE, &testtime, NULL, Wdot)); in main()
95 PetscCall(VecGetArrayRead(Wdot, &aWdot)); in main()
98 PetscCall(VecRestoreArrayRead(Wdot, &aWdot)); in main()
168 PetscCall(VecDestroy(&Wdot)); in main()