Lines Matching refs:nStart

1913   PetscInt nStart, nEnd;  in DMPlexCreateGeom()  local
1924 PetscCall(DMPlexGetHeightStratum(dm, 2, &nStart, &nEnd)); in DMPlexCreateGeom()
2026 PetscCall(DMLabelSetValue(bodyLabel, nStart + bodyVertexIndexStart + vID - 1, b)); in DMPlexCreateGeom()
2027 PetscCall(DMLabelSetValue(vertexLabel, nStart + bodyVertexIndexStart + vID - 1, vID)); in DMPlexCreateGeom()
2035 … PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, b)); in DMPlexCreateGeom()
2036 …PetscCall(DMLabelSetValue(edgeLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, eid)… in DMPlexCreateGeom()
2063 …PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2064 …PetscCall(DMLabelSetValue(faceLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2374 int fStart, fEnd, eStart, eEnd, nStart, nEnd; in DMPlexCreateGeom_Tess_Internal() local
2378 PetscCall(DMPlexGetHeightStratum(dm, 2, &nStart, &nEnd)); in DMPlexCreateGeom_Tess_Internal()
2381 for (int n = nStart; n < nEnd; ++n) { in DMPlexCreateGeom_Tess_Internal()
2387 PetscCall(PetscHMapIFind(pTypeLabelMap, n - nStart, &PTLiter, &PTLfound)); in DMPlexCreateGeom_Tess_Internal()
2389 PetscCall(PetscHMapIGet(pTypeLabelMap, n - nStart, &pTypeVal)); in DMPlexCreateGeom_Tess_Internal()
2391 PetscCall(PetscHMapIFind(pIndexLabelMap, n - nStart, &PILiter, &PILfound)); in DMPlexCreateGeom_Tess_Internal()
2393 PetscCall(PetscHMapIGet(pIndexLabelMap, n - nStart, &pIndexVal)); in DMPlexCreateGeom_Tess_Internal()
2395 PetscCall(PetscHMapIFind(pBodyIndexLabelMap, n - nStart, &PBLiter, &PBLfound)); in DMPlexCreateGeom_Tess_Internal()
2397 PetscCall(PetscHMapIGet(pBodyIndexLabelMap, n - nStart, &pBodyVal)); in DMPlexCreateGeom_Tess_Internal()