Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtshistoryimpl.h9 PETSC_EXTERN PetscErrorCode TSHistoryGetLocFromTime(TSHistory, PetscReal, PetscInt *);
/petsc/src/ts/interface/
H A Dtshistory.c78 PetscErrorCode TSHistoryGetLocFromTime(TSHistory tsh, PetscReal time, PetscInt *loc) in TSHistoryGetLocFromTime() function
/petsc/src/ts/trajectory/utils/
H A Dreconstruct.c57 PetscCall(TSHistoryGetLocFromTime(tsh, t, &id)); in TSTrajectoryReconstruct_Private()