Home
last modified time | relevance | path

Searched refs:pforestF (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2336 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()
[all …]