Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/utils/
H A Dreconstruct.c52 const PetscReal *tshhist; in TSTrajectoryReconstruct_Private() local
58 PetscCall(TSHistoryGetHistory(tsh, &tshn, &tshhist, &tshhist_id, NULL)); in TSTrajectoryReconstruct_Private()
60 PetscReal t0 = tshn ? tshhist[0] : 0.0; in TSTrajectoryReconstruct_Private()
61 PetscReal tf = tshn ? tshhist[tshn - 1] : 0.0; in TSTrajectoryReconstruct_Private()
83 PetscReal t = tshhist[s]; in TSTrajectoryReconstruct_Private()
96 PetscReal t = tshhist[s]; in TSTrajectoryReconstruct_Private()