Lines Matching refs:pEndF

2349   PetscInt           pStartF, pEndF, pStartC, pEndC;  in DMPforestGetTransferSF_Point()  local
2365 PetscCall(DMPlexGetChart(plexF, &pStartF, &pEndF)); in DMPforestGetTransferSF_Point()
2378 PetscCall(PetscMalloc1(pEndF - pStartF, &cids)); in DMPforestGetTransferSF_Point()
2379 PetscCall(PetscArraycpy(cids, pforestC->pointSelfToAdaptCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2392 PetscCall(PetscMalloc1(pEndF - pStartF, &cids)); in DMPforestGetTransferSF_Point()
2393 PetscCall(PetscArraycpy(cids, pforestF->pointAdaptToSelfCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2510 PetscCall(PetscMalloc1(pEndF - pStartF, &roots)); in DMPforestGetTransferSF_Point()
2511 PetscCall(PetscMalloc1(pEndF - pStartF, &rootType)); in DMPforestGetTransferSF_Point()
2513 for (p = pStartF; p < pEndF; p++) { in DMPforestGetTransferSF_Point()
2521 PetscCall(PetscMalloc1(pEndF - pStartF, &cids)); in DMPforestGetTransferSF_Point()
2522 for (p = pStartF; p < pEndF; p++) cids[p - pStartF] = -2; in DMPforestGetTransferSF_Point()
2795 PetscCall(PetscMalloc1(pEndF - pStartF, &rootTypeCopy)); in DMPforestGetTransferSF_Point()
2796 PetscCall(PetscArraycpy(rootTypeCopy, rootType, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2801 for (p = pStartF; p < pEndF; p++) { in DMPforestGetTransferSF_Point()
2826 for (p = pStartF; p < pEndF; p++) { in DMPforestGetTransferSF_Point()
2832 for (p = pStartF; p < pEndF; p++) { in DMPforestGetTransferSF_Point()
2841 if (numLeaves == (pEndF - pStartF)) { in DMPforestGetTransferSF_Point()
2867 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestC->pointSelfToAdaptCids)); in DMPforestGetTransferSF_Point()
2868 PetscCall(PetscArraycpy(pforestC->pointSelfToAdaptCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2876 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestF->pointAdaptToSelfCids)); in DMPforestGetTransferSF_Point()
2877 PetscCall(PetscArraycpy(pforestF->pointAdaptToSelfCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2897 PetscInt pStartC, pEndC, pStartF, pEndF; in DMPforestGetTransferSF_Internal() local
2924 PetscCall(DMPlexGetChart(plexF, &pStartF, &pEndF)); in DMPforestGetTransferSF_Internal()
2940 PetscCall(PetscSectionSetChart(leafSection, pStartF, pEndF)); in DMPforestGetTransferSF_Internal()
2964 PetscCall(PetscMalloc1(pEndF - pStartF, &offsets)); in DMPforestGetTransferSF_Internal()