Lines Matching refs:pforestF

2336   DM_Forest_pforest *pforestC, *pforestF;  in DMPforestGetTransferSF_Point()  local
2357 pforestF = (DM_Forest_pforest *)((DM_Forest *)fine->data)->data; in DMPforestGetTransferSF_Point()
2359 p4estF = pforestF->forest; in DMPforestGetTransferSF_Point()
2360 …PetscCheck(pforestC->topo == pforestF->topo, PetscObjectComm((PetscObject)coarse), PETSC_ERR_ARG_I… in DMPforestGetTransferSF_Point()
2388 if (pforestF->pointAdaptToSelfSF) { in DMPforestGetTransferSF_Point()
2389 PetscCall(PetscObjectReference((PetscObject)pforestF->pointAdaptToSelfSF)); in DMPforestGetTransferSF_Point()
2390 *sf = pforestF->pointAdaptToSelfSF; in DMPforestGetTransferSF_Point()
2393 PetscCall(PetscArraycpy(cids, pforestF->pointAdaptToSelfCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2530 cLocalStartF = pforestF->cLocalStart; in DMPforestGetTransferSF_Point()
2872 pforestF->pointAdaptToSelfSF = *sf; in DMPforestGetTransferSF_Point()
2874 pforestF->pointAdaptToSelfCids = cids; in DMPforestGetTransferSF_Point()
2876 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestF->pointAdaptToSelfCids)); in DMPforestGetTransferSF_Point()
2877 PetscCall(PetscArraycpy(pforestF->pointAdaptToSelfCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2895 DM_Forest_pforest *pforestC, *pforestF; in DMPforestGetTransferSF_Internal() local
2903 pforestF = (DM_Forest_pforest *)((DM_Forest *)fine->data)->data; in DMPforestGetTransferSF_Internal()
2904 …PetscCheck(pforestC->topo == pforestF->topo, PetscObjectComm((PetscObject)coarse), PETSC_ERR_ARG_I… in DMPforestGetTransferSF_Internal()