Home
last modified time | relevance | path

Searched refs:usehistory (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/trajectory/interface/ !
H A Dtraj.c66 if (tj->usehistory) PetscCall(TSHistoryUpdate(tj->tsh, stepnum, time)); in TSTrajectorySet()
426 t->usehistory = PETSC_TRUE; in TSTrajectoryCreate()
654 tj->usehistory = flg; in TSTrajectorySetUseHistory()
822 …tory_use_history", "Turn on/off usage of TSHistory", NULL, tj->usehistory, &tj->usehistory, NULL)); in TSTrajectorySetFromOptions()
/petsc/include/petsc/private/ !
H A Dtsimpl.h121 PetscBool usehistory; /* whether to use TSHistory */ member