Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddeviceimpl.h235 struct _p_PetscDeviceContext { struct
237 PetscDevice device; /* the device this context stems from */
238 void *data; /* solver contexts, event, stream */
239 …tscObjectId *childIDs; /* array containing ids of contexts currently forked from this one */
240 PetscInt numChildren; /* how many children does this context expect to destroy */
241 …t maxNumChildren; /* how many children can this context have room for without realloc'ing */
242 PetscStreamType streamType; /* how should this contexts stream behave around other streams? */
243 PetscBool setup;
244 PetscBool usersetdevice;