Home
last modified time | relevance | path

Searched refs:pIndexLabelMap (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c2094 … pointIndexStartMap = NULL, triIndexStartMap = NULL, pTypeLabelMap = NULL, pIndexLabelMap = NULL; in DMPlexCreateGeom_Tess_Internal() local
2117 PetscCall(PetscHMapICreate(&pIndexLabelMap)); in DMPlexCreateGeom_Tess_Internal()
2277 … PetscCall(PetscHMapIFind(pIndexLabelMap, global - 1 + pointIndexStart, &PILiter, &PILfound)); in DMPlexCreateGeom_Tess_Internal()
2281 … if (!PILfound) PetscCall(PetscHMapISet(pIndexLabelMap, global - 1 + pointIndexStart, pindex[p])); in DMPlexCreateGeom_Tess_Internal()
2284 … if (ptype[p] < 0) PetscCall(PetscHMapISet(pIndexLabelMap, global - 1 + pointIndexStart, fID)); in DMPlexCreateGeom_Tess_Internal()
2391 PetscCall(PetscHMapIFind(pIndexLabelMap, n - nStart, &PILiter, &PILfound)); in DMPlexCreateGeom_Tess_Internal()
2393 PetscCall(PetscHMapIGet(pIndexLabelMap, n - nStart, &pIndexVal)); in DMPlexCreateGeom_Tess_Internal()