Home
last modified time | relevance | path

Searched refs:triIndexStartMap (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
2115 PetscCall(PetscHMapICreate(&triIndexStartMap)); in DMPlexCreateGeom_Tess_Internal()
2135 PetscCall(PetscHMapIFind(triIndexStartMap, b, &TISiter, &TISfound)); in DMPlexCreateGeom_Tess_Internal()
2138 if (!TISfound) PetscCall(PetscHMapISet(triIndexStartMap, b, totalNumTris)); in DMPlexCreateGeom_Tess_Internal()