Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h202 struct _p_UniversalLabel { struct
203 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 */