Lines Matching refs:pointIndexStart

2223       PetscInt      pointIndexStart;  in DMPlexCreateGeom_Tess_Internal()  local
2229 PetscCall(PetscHMapIGet(pointIndexStartMap, b, &pointIndexStart)); in DMPlexCreateGeom_Tess_Internal()
2271 coords[((global - 1 + pointIndexStart) * 3) + 0] = pxyz[(p * 3) + 0]; in DMPlexCreateGeom_Tess_Internal()
2272 coords[((global - 1 + pointIndexStart) * 3) + 1] = pxyz[(p * 3) + 1]; in DMPlexCreateGeom_Tess_Internal()
2273 coords[((global - 1 + pointIndexStart) * 3) + 2] = pxyz[(p * 3) + 2]; in DMPlexCreateGeom_Tess_Internal()
2276 … PetscCall(PetscHMapIFind(pTypeLabelMap, global - 1 + pointIndexStart, &PTLiter, &PTLfound)); in DMPlexCreateGeom_Tess_Internal()
2277 … PetscCall(PetscHMapIFind(pIndexLabelMap, global - 1 + pointIndexStart, &PILiter, &PILfound)); in DMPlexCreateGeom_Tess_Internal()
2278 … PetscCall(PetscHMapIFind(pBodyIndexLabelMap, global - 1 + pointIndexStart, &PBLiter, &PBLfound)); in DMPlexCreateGeom_Tess_Internal()
2280 … if (!PTLfound) PetscCall(PetscHMapISet(pTypeLabelMap, global - 1 + pointIndexStart, ptype[p])); in DMPlexCreateGeom_Tess_Internal()
2281 … if (!PILfound) PetscCall(PetscHMapISet(pIndexLabelMap, global - 1 + pointIndexStart, pindex[p])); in DMPlexCreateGeom_Tess_Internal()
2282 … if (!PBLfound) PetscCall(PetscHMapISet(pBodyIndexLabelMap, global - 1 + pointIndexStart, b)); in DMPlexCreateGeom_Tess_Internal()
2284 … if (ptype[p] < 0) PetscCall(PetscHMapISet(pIndexLabelMap, global - 1 + pointIndexStart, fID)); in DMPlexCreateGeom_Tess_Internal()
2297 cells[(counter * 3) + 0] = global - 1 + pointIndexStart; in DMPlexCreateGeom_Tess_Internal()
2304 cells[(counter * 3) + 1] = globalA - 1 + pointIndexStart; in DMPlexCreateGeom_Tess_Internal()
2311 cells[(counter * 3) + 2] = globalB - 1 + pointIndexStart; in DMPlexCreateGeom_Tess_Internal()