Lines Matching refs:cellCntr
1482 PetscInt cellCntr = 0, numPoints = 0; in DMPlexCreateGeom() local
1859 cells[cellCntr * numCorners + 0] = midFaceID; in DMPlexCreateGeom()
1860 cells[cellCntr * numCorners + 1] = bodyVertexIndexStart + startID - 1; in DMPlexCreateGeom()
1861 cells[cellCntr * numCorners + 2] = midPntID; in DMPlexCreateGeom()
1863 cells[cellCntr * numCorners + 3] = midFaceID; in DMPlexCreateGeom()
1864 cells[cellCntr * numCorners + 4] = midPntID; in DMPlexCreateGeom()
1865 cells[cellCntr * numCorners + 5] = bodyVertexIndexStart + endID - 1; in DMPlexCreateGeom()
1867 cellCntr = cellCntr + 2; in DMPlexCreateGeom()
1926 cellCntr = 0; in DMPlexCreateGeom()
2040 PetscCall(DMLabelSetValue(bodyLabel, cellCntr, b)); in DMPlexCreateGeom()
2041 PetscCall(DMLabelSetValue(faceLabel, cellCntr, fID)); in DMPlexCreateGeom()
2042 PetscCall(DMPlexGetCone(dm, cellCntr, &cone)); in DMPlexCreateGeom()
2053 cellCntr = cellCntr + 1; in DMPlexCreateGeom()