Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c2223 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()
[all …]