Searched refs:coveringSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2163 …I_Comm comm, p4est_t *p4estC, p4est_t *p4estF, PetscInt cStart, PetscInt cEnd, PetscSF *coveringSF) in DMPforestGetCellCoveringSF() argument 2265 *coveringSF = sf; in DMPforestGetCellCoveringSF() 2432 PetscSF coveringSF; in DMPforestGetTransferSF_Point() local 2446 …tGetCellCoveringSF(comm, p4estC, p4estF, pforestC->cLocalStart, pforestC->cLocalEnd, &coveringSF)); in DMPforestGetTransferSF_Point() 2447 PetscCall(PetscSFGetGraph(coveringSF, NULL, &nleaves, NULL, NULL)); in DMPforestGetTransferSF_Point() 2467 …PetscCall(PetscSFBcastBegin(coveringSF, nodeClosureType, closurePointsC, newClosurePointsC, MPI_RE… in DMPforestGetTransferSF_Point() 2468 PetscCall(PetscSFBcastBegin(coveringSF, quadType, coverQuadsSend, coverQuads, MPI_REPLACE)); in DMPforestGetTransferSF_Point() 2469 …PetscCall(PetscSFBcastEnd(coveringSF, nodeClosureType, closurePointsC, newClosurePointsC, MPI_REPL… in DMPforestGetTransferSF_Point() 2470 PetscCall(PetscSFBcastEnd(coveringSF, quadType, coverQuadsSend, coverQuads, MPI_REPLACE)); in DMPforestGetTransferSF_Point() 2475 PetscCall(PetscSFDestroy(&coveringSF)); in DMPforestGetTransferSF_Point()
|