Searched refs:TSHistoryGetLocFromTime (Results 1 – 3 of 3) sorted by relevance
9 PETSC_EXTERN PetscErrorCode TSHistoryGetLocFromTime(TSHistory, PetscReal, PetscInt *);
78 PetscErrorCode TSHistoryGetLocFromTime(TSHistory tsh, PetscReal time, PetscInt *loc) in TSHistoryGetLocFromTime() function
57 PetscCall(TSHistoryGetLocFromTime(tsh, t, &id)); in TSTrajectoryReconstruct_Private()