Lines Matching refs:child
189 const PetscInt child = children[i]; in DMPlexCreatePartitionerGraph_Native() local
190 if (fStart <= child && child < fEnd) { in DMPlexCreatePartitionerGraph_Native()
191 PetscCall(DMPlexGetSupport(dm, child, &support)); in DMPlexCreatePartitionerGraph_Native()
192 PetscCall(DMPlexGetSupportSize(dm, child, &supportSize)); 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()
235 const PetscInt child = children[i]; in DMPlexCreatePartitionerGraph_Native() local
236 if (remoteCells[child] >= 0 && remoteCells[child] != gp) { in DMPlexCreatePartitionerGraph_Native()
240 *pBuf = remoteCells[child]; in DMPlexCreatePartitionerGraph_Native()
421 const PetscInt child = children[ch]; in DMPlexCreatePartitionerGraph_ViaMat() local
423 if (child < fStart || child >= fEnd) continue; in DMPlexCreatePartitionerGraph_ViaMat()
424 row = rows[child - fStart]; in DMPlexCreatePartitionerGraph_ViaMat()