Home
last modified time | relevance | path

Searched refs:pforestC (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
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()
[all …]