Lines Matching defs:event
18 PetscErrorCode TSEventInitialize(TSEvent event, TS ts, PetscReal t, Vec U) in TSEventInitialize()
34 PetscErrorCode TSEventDestroy(TSEvent *event) in TSEventDestroy()
235 TSEvent event; in TSSetEventTolerances() local
313 TSEvent event; in TSSetEventHandler() local
397 static PetscErrorCode TSEventRecorderResize(TSEvent event) in TSEventRecorderResize()
441 TSEvent event = ts->event; in TSPostEvent() local
573 TSEvent event = ts->event; in TSEventTestZero() local
646 static inline void TSEvent_update_left(TSEvent event, PetscReal t) in TSEvent_update_left()
658 static inline void TSEvent_update_right(TSEvent event, PetscReal t) in TSEvent_update_right()
670 static inline PetscReal TSEvent_update_from_right(TSEvent event) in TSEvent_update_from_right()
776 TSEvent event; in TSEventHandler() local
940 TSEvent event; in TSAdjointEventHandler() local