Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c2094 …PetscHMapI pointIndexStartMap = NULL, triIndexStartMap = NULL, pTypeLabelMap = NULL, pIndexLa… in DMPlexCreateGeom_Tess_Internal() local
2116 PetscCall(PetscHMapICreate(&pTypeLabelMap)); in DMPlexCreateGeom_Tess_Internal()
2276 … PetscCall(PetscHMapIFind(pTypeLabelMap, global - 1 + pointIndexStart, &PTLiter, &PTLfound)); in DMPlexCreateGeom_Tess_Internal()
2280 … if (!PTLfound) PetscCall(PetscHMapISet(pTypeLabelMap, global - 1 + pointIndexStart, ptype[p])); in DMPlexCreateGeom_Tess_Internal()
2387 PetscCall(PetscHMapIFind(pTypeLabelMap, n - nStart, &PTLiter, &PTLfound)); in DMPlexCreateGeom_Tess_Internal()
2389 PetscCall(PetscHMapIGet(pTypeLabelMap, n - nStart, &pTypeVal)); in DMPlexCreateGeom_Tess_Internal()