Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddeviceimpl.h202 struct _n_PetscEvent { struct
203 PetscDeviceType dtype; // this cannot change for the lifetime of the event
204 PetscObjectId dctx_id; // id of last dctx to record this event
205 PetscObjectState dctx_state; // state of last dctx to record this event
206 void *data; // event handle
207 PetscErrorCode (*destroy)(PetscEvent);