Searched refs:endF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2165 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() 2262 PetscCallMPI(MPI_Waitall((PetscMPIInt)(endF - startF), sendReqs, MPI_STATUSES_IGNORE)); in DMPforestGetCellCoveringSF() 2950 PetscInt startF, endF, e; in DMPforestGetTransferSF_Internal() local 2952 PetscCall(DMPlexGetSimplexOrBoxCells(plexF, P4EST_DIM - d, &startF, &endF)); in DMPforestGetTransferSF_Internal() 2953 for (e = startF; e < endF; e++) PetscCall(PetscSectionSetDof(leafSection, e, dofPerDim[d])); in DMPforestGetTransferSF_Internal()
|