Searched refs:nGhostPre (Results 1 – 1 of 1) sorted by relevance
5053 PetscInt nMirror, nGhostPre, nSelf, q; in DMForestCreateCellSF_pforest() local5059 nGhostPre = (PetscInt)pforest->ghost->proc_offsets[rank]; in DMForestCreateCellSF_pforest()5073 for (q = 0; q < nGhostPre; q++) mine[q] = q; in DMForestCreateCellSF_pforest()5074 for (; q < nLeaves; q++) mine[q] = (q - nGhostPre) + cLocalEnd; in DMForestCreateCellSF_pforest()