Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c2095 PetscHMapI pBodyIndexLabelMap = NULL, triFaceIDLabelMap = NULL, triBodyIDLabelMap = NULL; in DMPlexCreateGeom_Tess_Internal() local
2118 PetscCall(PetscHMapICreate(&pBodyIndexLabelMap)); in DMPlexCreateGeom_Tess_Internal()
2278 … PetscCall(PetscHMapIFind(pBodyIndexLabelMap, global - 1 + pointIndexStart, &PBLiter, &PBLfound)); in DMPlexCreateGeom_Tess_Internal()
2282 … if (!PBLfound) PetscCall(PetscHMapISet(pBodyIndexLabelMap, global - 1 + pointIndexStart, b)); in DMPlexCreateGeom_Tess_Internal()
2395 PetscCall(PetscHMapIFind(pBodyIndexLabelMap, n - nStart, &PBLiter, &PBLfound)); in DMPlexCreateGeom_Tess_Internal()
2397 PetscCall(PetscHMapIGet(pBodyIndexLabelMap, n - nStart, &pBodyVal)); in DMPlexCreateGeom_Tess_Internal()