Searched refs:tshhist_id (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/utils/ |
| H A D | reconstruct.c | 53 const PetscInt *tshhist_id; in TSTrajectoryReconstruct_Private() local 58 PetscCall(TSHistoryGetHistory(tsh, &tshn, &tshhist, &tshhist_id, NULL)); in TSTrajectoryReconstruct_Private() 86 …ng snapshot %" PetscInt_FMT ", step %" PetscInt_FMT ", time %g\n", tid, tshhist_id[s], (double)t)); in TSTrajectoryReconstruct_Private() 111 PetscCall(TSTrajectoryGetVecs(tj, ts, tshhist_id[s], &t, tj->lag.W[tid], NULL)); in TSTrajectoryReconstruct_Private() 139 PetscCall(TSTrajectoryGetVecs(tj, ts, tshhist_id[id], &t, tj->lag.W[tid], NULL)); in TSTrajectoryReconstruct_Private() 143 …ng snapshot %" PetscInt_FMT " step %" PetscInt_FMT ", time %g\n", tid, tshhist_id[id], (double)t)); in TSTrajectoryReconstruct_Private() 149 tj->lag.Ucached.step = tshhist_id[id]; in TSTrajectoryReconstruct_Private()
|