Searched refs:pointTransferSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2898 PetscSF pointTransferSF; in DMPforestGetTransferSF_Internal() local 2917 PetscCall(DMPforestGetTransferSF_Point(coarse, fine, &pointTransferSF, transferIdent, childIds)); in DMPforestGetTransferSF_Internal() 2919 *sf = pointTransferSF; in DMPforestGetTransferSF_Internal() 2936 PetscCall(PetscSFGetGraph(pointTransferSF, &numRoots, &numLeaves, &leaves, &iremote)); in DMPforestGetTransferSF_Internal() 2967 PetscCall(PetscSFBcastBegin(pointTransferSF, MPIU_INT, offsetsRoot, offsets, MPI_REPLACE)); in DMPforestGetTransferSF_Internal() 2968 PetscCall(PetscSFBcastEnd(pointTransferSF, MPIU_INT, offsetsRoot, offsets, MPI_REPLACE)); in DMPforestGetTransferSF_Internal() 3001 PetscCall(PetscSFDestroy(&pointTransferSF)); in DMPforestGetTransferSF_Internal()
|