Searched refs:coverQuads (Results 1 – 1 of 1) sorted by relevance
2341 p4est_quadrant_t *coverQuads = NULL; in DMPforestGetTransferSF_Point() local2449 PetscCall(PetscMalloc1(nleaves, &coverQuads)); in DMPforestGetTransferSF_Point()2468 PetscCall(PetscSFBcastBegin(coveringSF, quadType, coverQuadsSend, coverQuads, MPI_REPLACE)); in DMPforestGetTransferSF_Point()2470 PetscCall(PetscSFBcastEnd(coveringSF, quadType, coverQuadsSend, coverQuads, MPI_REPLACE)); in DMPforestGetTransferSF_Point()2482 p4est_locidx_t t = coverQuads[q].p.which_tree; in DMPforestGetTransferSF_Point()2483 if (!treeQuadCounts[t - fltF]++) treeQuads[t - fltF] = &coverQuads[q]; in DMPforestGetTransferSF_Point()2488 …if (!coverQuads) { /* matching partitions: assign tree quads based on locations in p4est native ar… in DMPforestGetTransferSF_Point()2881 PetscCall(PetscFree(coverQuads)); in DMPforestGetTransferSF_Point()