Searched defs:tsh (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tshistory.c | 13 PetscErrorCode TSHistoryGetNumSteps(TSHistory tsh, PetscInt *n) in TSHistoryGetNumSteps() 21 PetscErrorCode TSHistoryUpdate(TSHistory tsh, PetscInt id, PetscReal time) in TSHistoryUpdate() 48 PetscErrorCode TSHistoryGetTime(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *t) in TSHistoryGetTime() 63 PetscErrorCode TSHistoryGetTimeStep(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *dt) in TSHistoryGetTimeStep() 78 PetscErrorCode TSHistoryGetLocFromTime(TSHistory tsh, PetscReal time, PetscInt *loc) in TSHistoryGetLocFromTime() 90 PetscErrorCode TSHistorySetHistory(TSHistory tsh, PetscInt n, PetscReal hist[], PetscInt hist_id[],… in TSHistorySetHistory() 111 PetscErrorCode TSHistoryGetHistory(TSHistory tsh, PetscInt *n, const PetscReal *hist[], const Petsc… in TSHistoryGetHistory() 121 PetscErrorCode TSHistoryDestroy(TSHistory *tsh) in TSHistoryDestroy() 135 TSHistory tsh; in TSHistoryCreate() local
|
| /petsc/src/ts/trajectory/utils/ |
| H A D | reconstruct.c | 51 TSHistory tsh = tj->tsh; in TSTrajectoryReconstruct_Private() local
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 94 TSHistory tsh; /* associates times to unique step ids */ member
|