Searched defs:_n_PetscDevice (Results 1 – 1 of 1) sorted by relevance
191 struct _n_PetscDevice { struct192 struct _DeviceOps ops[1];193 void *data; /* placeholder */194 PetscInt refcnt; /* reference count for the device */195 PetscInt id; /* unique id per created PetscDevice */196 PetscInt deviceId; /* the id of the underlying device, i.e. the return of198 PetscDeviceType type; /* type of device */