Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtshistoryimpl.h12 PETSC_EXTERN PetscErrorCode TSHistoryGetTime(TSHistory, PetscBool, PetscInt, PetscReal *);
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c91 PetscCall(TSHistoryGetTime(thadapt->hist, thadapt->bw, step, t)); in TSAdaptHistoryGetStep()
/petsc/src/ts/interface/
H A Dtshistory.c48 PetscErrorCode TSHistoryGetTime(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *t) in TSHistoryGetTime() function