Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtshistoryimpl.h11 PETSC_EXTERN PetscErrorCode TSHistoryGetTimeStep(TSHistory, PetscBool, PetscInt, PetscReal *);
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c16 PetscCall(TSHistoryGetTimeStep(thadapt->hist, thadapt->bw, step + 1, next_h)); in TSAdaptChoose_History()
90 PetscCall(TSHistoryGetTimeStep(thadapt->hist, thadapt->bw, step, dt)); in TSAdaptHistoryGetStep()
/petsc/src/ts/interface/
H A Dtshistory.c63 PetscErrorCode TSHistoryGetTimeStep(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *dt) in TSHistoryGetTimeStep() function