Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmlabelimpl.h24 struct _p_DMLabel { struct
26 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 …]