Searched defs:_p_DMNetworkComponentHeader (Results 1 – 1 of 1) sorted by relevance
17 struct _p_DMNetworkComponentHeader { struct18 PetscInt index; /* index for user input global edge and vertex */19 PetscInt subnetid; /* Id for subnetwork */20 PetscInt ndata; /* number of components */21 PetscInt hsize; /* Size of the header */22 PetscInt maxcomps; /* Maximum components at this point (ndata <= maxcomps). maxcomps29 PetscInt *size; /* component data struct sizes */30 PetscInt *key; /* component keys */31 PetscInt *offset; /* component offset in the vector */32 PetscInt *nvar; /* number of variables for the component */[all …]