Home
last modified time | relevance | path

Searched defs:hist_id (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/interface/
H A Dtshistory.c6 PetscInt *hist_id; /* stores the stepid in time history */ member
90 PetscErrorCode TSHistorySetHistory(TSHistory tsh, PetscInt n, PetscReal hist[], PetscInt hist_id[],… in TSHistorySetHistory()
111 …GetHistory(TSHistory tsh, PetscInt *n, const PetscReal *hist[], const PetscInt *hist_id[], PetscBo… in TSHistoryGetHistory()