Searched refs:usehistory (Results 1 – 2 of 2) sorted by relevance
66 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()
121 PetscBool usehistory; /* whether to use TSHistory */ member