Searched refs:TSHistoryGetTimeStep (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | tshistoryimpl.h | 11 PETSC_EXTERN PetscErrorCode TSHistoryGetTimeStep(TSHistory, PetscBool, PetscInt, PetscReal *);
|
| /petsc/src/ts/adapt/impls/history/ |
| H A D | adapthist.c | 16 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 D | tshistory.c | 63 PetscErrorCode TSHistoryGetTimeStep(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *dt) in TSHistoryGetTimeStep() function
|