Home
last modified time | relevance | path

Searched refs:triBodyIDLabelMap (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
2120 PetscCall(PetscHMapICreate(&triBodyIDLabelMap)); in DMPlexCreateGeom_Tess_Internal()
2314 PetscCall(PetscHMapIFind(triBodyIDLabelMap, counter, &TBLiter, &TBLfound)); in DMPlexCreateGeom_Tess_Internal()
2317 if (!TBLfound) PetscCall(PetscHMapISet(triBodyIDLabelMap, counter, b)); in DMPlexCreateGeom_Tess_Internal()
2438 PetscCall(PetscHMapIFind(triBodyIDLabelMap, f - fStart, &TBLiter, &TBLfound)); in DMPlexCreateGeom_Tess_Internal()
2440 PetscCall(PetscHMapIGet(triBodyIDLabelMap, f - fStart, &triBodyVal)); in DMPlexCreateGeom_Tess_Internal()