Searched defs:_p_UniversalLabel (Results 1 – 1 of 1) sorted by relevance
202 struct _p_UniversalLabel { struct203 DMLabel label; /* The universal label */204 PetscInt Nl; /* Number of labels encoded */205 char **names; /* The label names */206 PetscInt *indices; /* The original indices in the input DM */207 PetscInt Nv; /* Total number of values in all the labels */208 PetscInt *bits; /* Starting bit for values of each label */209 PetscInt *masks; /* Masks to pull out label value bits for each label */210 PetscInt *offsets; /* Starting offset for label values for each label */211 PetscInt *values; /* Original label values before renumbering */