Searched defs:_p_DMLabel (Results 1 – 1 of 1) sorted by relevance
24 struct _p_DMLabel { struct26 PetscBool readonly; /* Flag for labels which cannot be modified after creation */27 PetscInt numStrata; /* Number of integer values */28 PetscInt defaultValue; /* Background value when no value explicitly given */29 PetscInt *stratumValues; /* Value of each stratum */31 PetscBool *validIS; /* The IS is valid (no additions need to be merged in) */32 PetscInt *stratumSizes; /* Size of each stratum */33 IS *points; /* Points for each stratum, always sorted */35 PetscHMapI hmap; /* Hash map for fast strata search */36 PetscHSetI *ht; /* Hash set for fast insertion */[all …]