Home
last modified time | relevance | path

Searched refs:TSHistoryGetHistory (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dtshistoryimpl.h8 PETSC_EXTERN PetscErrorCode TSHistoryGetHistory(TSHistory, PetscInt *, const PetscReal *[], const P…
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c54 PetscCall(TSHistoryGetHistory(hist, &n, (const PetscReal **)&hist_t, NULL, NULL)); in TSAdaptHistorySetTSHistory()
/petsc/src/ts/interface/
H A Dtshistory.c111 PetscErrorCode TSHistoryGetHistory(TSHistory tsh, PetscInt *n, const PetscReal *hist[], const Petsc… in TSHistoryGetHistory() function
/petsc/src/ts/trajectory/utils/
H A Dreconstruct.c58 PetscCall(TSHistoryGetHistory(tsh, &tshn, &tshhist, &tshhist_id, NULL)); in TSTrajectoryReconstruct_Private()