Searched refs:fakets (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/interface/ |
| H A D | traj.c | 228 TS fakets = ts; in TSTrajectoryGetVecs() local 233 PetscCall(PetscObjectQuery((PetscObject)tj, "__fake_ts", (PetscObject *)&fakets)); in TSTrajectoryGetVecs() 234 if (!fakets) { in TSTrajectoryGetVecs() 235 PetscCall(TSCreate(PetscObjectComm((PetscObject)tj), &fakets)); in TSTrajectoryGetVecs() 236 PetscCall(PetscObjectCompose((PetscObject)tj, "__fake_ts", (PetscObject)fakets)); in TSTrajectoryGetVecs() 237 PetscCall(PetscObjectDereference((PetscObject)fakets)); in TSTrajectoryGetVecs() 239 PetscCall(TSSetSolution(fakets, U2)); in TSTrajectoryGetVecs() 243 PetscCall(TSTrajectoryGet(tj, fakets, stepnum, time)); in TSTrajectoryGetVecs() 244 PetscCall(TSGetSolution(fakets, &U2)); in TSTrajectoryGetVecs()
|