Lines Matching refs:endC
2165 PetscInt startF, endF, startC, endC, p, nLeaves; in DMPforestGetCellCoveringSF() local
2174 …MPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estF, p4estC, &startC, &endC)); in DMPforestGetCellCoveringSF()
2175 PetscCall(PetscMalloc2(2 * (endC - startC), &recv, endC - startC, &recvReqs)); in DMPforestGetCellCoveringSF()
2177 for (p = startC; p < endC; p++) { in DMPforestGetCellCoveringSF()
2238 PetscCallMPI(MPI_Waitall((PetscMPIInt)(endC - startC), recvReqs, MPI_STATUSES_IGNORE)); in DMPforestGetCellCoveringSF()
2240 PetscCall(PetscSectionSetChart(section, startC, endC)); in DMPforestGetCellCoveringSF()
2241 for (p = startC; p < endC; p++) { in DMPforestGetCellCoveringSF()
2248 for (p = startC; p < endC; p++) { in DMPforestGetCellCoveringSF()
2943 PetscInt startC, endC, e; in DMPforestGetTransferSF_Internal() local
2945 PetscCall(DMPlexGetSimplexOrBoxCells(plexC, P4EST_DIM - d, &startC, &endC)); in DMPforestGetTransferSF_Internal()
2946 for (e = startC; e < endC; e++) PetscCall(PetscSectionSetDof(rootSection, e, dofPerDim[d])); in DMPforestGetTransferSF_Internal()