Home
last modified time | relevance | path

Searched refs:endC (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2165 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()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexfem.c3587 …PetscInt cTotDim, fTotDim = 0, Nf, f, field, cStart, cEnd, c, dim, d, startC, endC, offsetC, o… in DMPlexComputeInjectorFEM() local
3703 PetscCall(VecGetOwnershipRange(cv, &startC, &endC)); in DMPlexComputeInjectorFEM()
3712 if ((cellCIndices[d] < startC) || (cellCIndices[d] >= endC)) continue; in DMPlexComputeInjectorFEM()