Searched defs:_n_PetscEvent (Results 1 – 1 of 1) sorted by relevance
202 struct _n_PetscEvent { struct203 PetscDeviceType dtype; // this cannot change for the lifetime of the event204 PetscObjectId dctx_id; // id of last dctx to record this event205 PetscObjectState dctx_state; // state of last dctx to record this event206 void *data; // event handle207 PetscErrorCode (*destroy)(PetscEvent);