Searched refs:TSHistoryGetHistory (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | tshistoryimpl.h | 8 PETSC_EXTERN PetscErrorCode TSHistoryGetHistory(TSHistory, PetscInt *, const PetscReal *[], const P…
|
| /petsc/src/ts/adapt/impls/history/ |
| H A D | adapthist.c | 54 PetscCall(TSHistoryGetHistory(hist, &n, (const PetscReal **)&hist_t, NULL, NULL)); in TSAdaptHistorySetTSHistory()
|
| /petsc/src/ts/interface/ |
| H A D | tshistory.c | 111 PetscErrorCode TSHistoryGetHistory(TSHistory tsh, PetscInt *n, const PetscReal *hist[], const Petsc… in TSHistoryGetHistory() function
|
| /petsc/src/ts/trajectory/utils/ |
| H A D | reconstruct.c | 58 PetscCall(TSHistoryGetHistory(tsh, &tshn, &tshhist, &tshhist_id, NULL)); in TSTrajectoryReconstruct_Private()
|