Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2165 PetscInt startF, endF, startC, endC, p, nLeaves; in DMPforestGetCellCoveringSF() local
2187 …MPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estC, p4estF, &startF, &endF)); in DMPforestGetCellCoveringSF()
2188 PetscCall(PetscMalloc2(2 * (endF - startF), &send, endF - startF, &sendReqs)); in DMPforestGetCellCoveringSF()
2190 for (p = startF; p < endF; p++) { in DMPforestGetCellCoveringSF()
2200 sendReqs[p - startF] = MPI_REQUEST_NULL; /* just in case we don't initiate a send */ in DMPforestGetCellCoveringSF()
2234 send[2 * (p - startF)] = firstCell; in DMPforestGetCellCoveringSF()
2235 send[2 * (p - startF) + 1] = lastCell - firstCell; in DMPforestGetCellCoveringSF()
2236 …PetscCallMPI(MPIU_Isend(&send[2 * (p - startF)], 2, MPIU_INT, p, tag, comm, &sendReqs[p - startF])… in DMPforestGetCellCoveringSF()
2262 PetscCallMPI(MPI_Waitall((PetscMPIInt)(endF - startF), sendReqs, MPI_STATUSES_IGNORE)); in DMPforestGetCellCoveringSF()
2950 PetscInt startF, endF, e; in DMPforestGetTransferSF_Internal() local
[all …]