Lines Matching refs:cellNum

17   const PetscInt *cellNum;  in DMPlexCreatePartitionerGraph_Overlap()  local
60 PetscCall(ISGetIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Overlap()
64 if (cellNum[c - cStart] < 0) continue; in DMPlexCreatePartitionerGraph_Overlap()
71 if (cellNum[c - cStart] < 0) continue; in DMPlexCreatePartitionerGraph_Overlap()
86 if (cellNum[c - cStart] < 0) continue; in DMPlexCreatePartitionerGraph_Overlap()
90 …if (point != c && cStart <= point && point < cEnd) vAdj[off++] = DMPlex_GlobalID(cellNum[point - c… in DMPlexCreatePartitionerGraph_Overlap()
98 PetscCall(ISRestoreIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Overlap()
116 const PetscInt *cellNum; in DMPlexCreatePartitionerGraph_Native() local
158 PetscCall(ISGetIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Native()
175 if (supportSize == 1) adjCells[f] = DMPlex_GlobalID(cellNum[support[0] - pStart]); in DMPlexCreatePartitionerGraph_Native()
178 if (p >= 0) adjCells[f] = DMPlex_GlobalID(cellNum[support[1] - pStart]); in DMPlexCreatePartitionerGraph_Native()
180 if (p >= 0) adjCells[f] = DMPlex_GlobalID(cellNum[support[0] - pStart]); in DMPlexCreatePartitionerGraph_Native()
193 if (supportSize == 1) adjCells[child] = DMPlex_GlobalID(cellNum[support[0] - pStart]); in DMPlexCreatePartitionerGraph_Native()
196 if (p >= 0) adjCells[child] = DMPlex_GlobalID(cellNum[support[1] - pStart]); in DMPlexCreatePartitionerGraph_Native()
198 if (p >= 0) adjCells[child] = DMPlex_GlobalID(cellNum[support[0] - pStart]); in DMPlexCreatePartitionerGraph_Native()
214 if (cellNum[p - pStart] < 0) continue; in DMPlexCreatePartitionerGraph_Native()
218 const PetscInt gp = DMPlex_GlobalID(cellNum[p - pStart]); in DMPlexCreatePartitionerGraph_Native()
254 *pBuf = DMPlex_GlobalID(cellNum[point - pStart]); in DMPlexCreatePartitionerGraph_Native()
269 if (cellNum[p - pStart] < 0) continue; in DMPlexCreatePartitionerGraph_Native()
311 PetscCall(ISRestoreIndices(cellNumbering, &cellNum)); in DMPlexCreatePartitionerGraph_Native()