Lines Matching refs:pforestC

2336   DM_Forest_pforest *pforestC, *pforestF;  in DMPforestGetTransferSF_Point()  local
2356 pforestC = (DM_Forest_pforest *)((DM_Forest *)coarse->data)->data; in DMPforestGetTransferSF_Point()
2358 p4estC = pforestC->forest; in DMPforestGetTransferSF_Point()
2360 …PetscCheck(pforestC->topo == pforestF->topo, PetscObjectComm((PetscObject)coarse), PETSC_ERR_ARG_I… in DMPforestGetTransferSF_Point()
2374 if (pforestC->pointSelfToAdaptSF) { in DMPforestGetTransferSF_Point()
2375 PetscCall(PetscObjectReference((PetscObject)pforestC->pointSelfToAdaptSF)); in DMPforestGetTransferSF_Point()
2376 *sf = pforestC->pointSelfToAdaptSF; in DMPforestGetTransferSF_Point()
2379 PetscCall(PetscArraycpy(cids, pforestC->pointSelfToAdaptCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2446 …PetscCall(DMPforestGetCellCoveringSF(comm, p4estC, p4estF, pforestC->cLocalStart, pforestC->cLocal… in DMPforestGetTransferSF_Point()
2863 pforestC->pointSelfToAdaptSF = *sf; in DMPforestGetTransferSF_Point()
2865 pforestC->pointSelfToAdaptCids = cids; in DMPforestGetTransferSF_Point()
2867 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestC->pointSelfToAdaptCids)); in DMPforestGetTransferSF_Point()
2868 PetscCall(PetscArraycpy(pforestC->pointSelfToAdaptCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2895 DM_Forest_pforest *pforestC, *pforestF; in DMPforestGetTransferSF_Internal() local
2902 pforestC = (DM_Forest_pforest *)((DM_Forest *)coarse->data)->data; in DMPforestGetTransferSF_Internal()
2904 …PetscCheck(pforestC->topo == pforestF->topo, PetscObjectComm((PetscObject)coarse), PETSC_ERR_ARG_I… in DMPforestGetTransferSF_Internal()