Lines Matching refs:cLocalEnd
187 PetscInt cLocalEnd; member
2289 cEnd = pforest->cLocalEnd; in DMPforestGetCellSFNodes()
2446 …tGetCellCoveringSF(comm, p4estC, p4estF, pforestC->cLocalStart, pforestC->cLocalEnd, &coveringSF)); in DMPforestGetTransferSF_Point()
3037 PetscInt cLocalStart, cLocalEnd, cStart, cEnd, fStart, fEnd, eStart, eEnd, vStart, vEnd; in DMPforestLabelsInitialize() local
3049 cLocalEnd = pforest->cLocalEnd; in DMPforestLabelsInitialize()
3222 } else if (c < cLocalEnd) { in DMPforestLabelsInitialize()
3246 c -= (cLocalEnd - cLocalStart); in DMPforestLabelsInitialize()
3702 PetscInt cLocalStart, cLocalEnd; in DMPforestMapCoordinates() local
3719 cLocalEnd = pforest->cLocalEnd; in DMPforestMapCoordinates()
3759 } else if (cell < cLocalEnd) { in DMPforestMapCoordinates()
3772 coarsePoint = ghosts[cell - cLocalEnd].p.which_tree; in DMPforestMapCoordinates()
3815 if (cLocalEnd - cLocalStart < cEnd - cStart) { in DMPforestMapCoordinates()
3824 …PetscCall(DMPforestMapCoordinates_Cell(plex, geom, count + cLocalEnd, quad, t, pforest->topo->conn… in DMPforestMapCoordinates()
3946 PetscInt cLocalStart, cLocalEnd, coarsePoint; in DMPforestLocalizeCoordinates() local
3975 cLocalEnd = pforest->cLocalEnd; in DMPforestLocalizeCoordinates()
4011 if (cLocalEnd - cLocalStart < cEnd - cStart) { in DMPforestLocalizeCoordinates()
4019 PetscInt cell = count + cLocalEnd; in DMPforestLocalizeCoordinates()
4070 if (cLocalEnd - cLocalStart < cEnd - cStart) { in DMPforestLocalizeCoordinates()
4078 PetscInt cell = count + cLocalEnd; in DMPforestLocalizeCoordinates()
4181 pforest->cLocalEnd = pforest->cLocalStart + (PetscInt)pforest->forest->local_num_quadrants; in DMConvert_pforest_plex()
5035 PetscInt cStart, cEnd, cLocalStart, cLocalEnd; in DMForestCreateCellSF_pforest() local
5046 cLocalEnd = pforest->cLocalEnd; in DMForestCreateCellSF_pforest()
5057 nSelf = cLocalEnd - cLocalStart; in DMForestCreateCellSF_pforest()
5074 for (; q < nLeaves; q++) mine[q] = (q - nGhostPre) + cLocalEnd; in DMForestCreateCellSF_pforest()
5196 pforest->cLocalEnd = -1; in DMCreate_pforest()