Searched refs:TSGetTrajectory (Results 1 – 7 of 7) sorted by relevance
41 PetscCall(TSGetTrajectory(ts, &tj)); in main()127 PetscCall(TSGetTrajectory(ts, &tj)); in main()
250 PetscCall(TSGetTrajectory(ts, &tj)); in main()
265 PetscCall(TSGetTrajectory(ts, &tj)); in main()
171 PetscCall(TSGetTrajectory(ts, &tj)); in main()
1081 PetscCall(TSGetTrajectory(ts, &tj)); in TSAdjointSetUp()
357 PETSC_EXTERN PetscErrorCode TSGetTrajectory(TS, TSTrajectory *);
463 PetscErrorCode TSGetTrajectory(TS ts, TSTrajectory *tr) in TSGetTrajectory() function