Searched refs:triIndexStartMap (Results 1 – 1 of 1) sorted by relevance
2094 …PetscHMapI pointIndexStartMap = NULL, triIndexStartMap = NULL, pTypeLabelMap = NULL, pIndexLa… in DMPlexCreateGeom_Tess_Internal() local2115 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()