Lines Matching refs:pEndF
2078 PetscInt pStartC, pEndC, pStartF, pEndF, p; in DMPlexComputeInterpolatorTree() local
2087 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexComputeInterpolatorTree()
3280 PetscInt pStartF, pEndF, pStartC, pEndC, p, maxDof, numMulti; in DMPlexTransferInjectorTree() local
3291 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexTransferInjectorTree()
3295 PetscCall(PetscSectionSetChart(leafIndicesSec, pStartF, pEndF)); in DMPlexTransferInjectorTree()
3379 …PetscCall(PetscMalloc2(pEndC - pStartC, &parentNodeAndIdCoarse, pEndF - pStartF, &parentNodeAndIdF… in DMPlexTransferInjectorTree()
3402 for (p = pStartF; p < pEndF; p++) { in DMPlexTransferInjectorTree()
3409 for (p = pStartF, nleavesToParents = 0; p < pEndF; p++) { in DMPlexTransferInjectorTree()
3427 for (p = pStartF, nleavesToParents = 0; p < pEndF; p++) { in DMPlexTransferInjectorTree()
3520 PetscInt pStartC, pEndC, pStartF, pEndF, p; in DMPlexComputeInjectorTree() local
3536 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexComputeInjectorTree()
3762 PetscInt pStartC, pEndC, pStartF, pEndF, p, cellStart, cellEnd; in DMPlexTransferVecTree_Interpolate() local
3776 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexTransferVecTree_Interpolate()
4070 PetscInt pStartC, pEndC, pStartF, pEndF, p; in DMPlexTransferVecTree_Inject() local
4086 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexTransferVecTree_Inject()