Lines Matching refs:pointSF
2277 PetscSF pointSF; in DMPforestGetCellSFNodes() local
2291 PetscCall(DMGetPointSF(dm, &pointSF)); in DMPforestGetCellSFNodes()
2292 PetscCall(PetscSFGetGraph(pointSF, &nroots, &nleaves, &ilocal, &iremote)); in DMPforestGetCellSFNodes()
2500 PetscSF pointSF; in DMPforestGetTransferSF_Point() local
2512 PetscCall(DMGetPointSF(fine, &pointSF)); in DMPforestGetTransferSF_Point()
2797 PetscCall(PetscSFReduceBegin(pointSF, MPIU_INT, rootTypeCopy, rootTypeCopy, MPI_MAX)); in DMPforestGetTransferSF_Point()
2798 PetscCall(PetscSFReduceEnd(pointSF, MPIU_INT, rootTypeCopy, rootTypeCopy, MPI_MAX)); in DMPforestGetTransferSF_Point()
2799 PetscCall(PetscSFBcastBegin(pointSF, MPIU_INT, rootTypeCopy, rootTypeCopy, MPI_REPLACE)); in DMPforestGetTransferSF_Point()
2800 PetscCall(PetscSFBcastEnd(pointSF, MPIU_INT, rootTypeCopy, rootTypeCopy, MPI_REPLACE)); in DMPforestGetTransferSF_Point()
2809 PetscCall(PetscSFReduceBegin(pointSF, nodeType, roots, roots, sfNodeReduce)); in DMPforestGetTransferSF_Point()
2810 PetscCall(PetscSFReduceEnd(pointSF, nodeType, roots, roots, sfNodeReduce)); in DMPforestGetTransferSF_Point()
2811 PetscCall(PetscSFBcastBegin(pointSF, nodeType, roots, roots, MPI_REPLACE)); in DMPforestGetTransferSF_Point()
2812 PetscCall(PetscSFBcastEnd(pointSF, nodeType, roots, roots, MPI_REPLACE)); in DMPforestGetTransferSF_Point()
2849 PetscSF pointSF; in DMPforestGetTransferSF_Point() local
2853 PetscCall(DMGetPointSF(plexF, &pointSF)); in DMPforestGetTransferSF_Point()
2854 PetscCall(PetscSFReduceBegin(pointSF, MPIU_INT, cids, cids, MPI_MAX)); in DMPforestGetTransferSF_Point()
2855 PetscCall(PetscSFReduceEnd(pointSF, MPIU_INT, cids, cids, MPI_MAX)); in DMPforestGetTransferSF_Point()
3481 PetscSF transferForward, transferBackward, pointSF; in DMPforestLabelsFinalize() local
3494 PetscCall(DMGetPointSF(plex, &pointSF)); in DMPforestLabelsFinalize()
3517 PetscCall(PetscSFReduceBegin(pointSF, MPIU_INT, values, values, MPI_MAX)); in DMPforestLabelsFinalize()
3518 PetscCall(PetscSFReduceEnd(pointSF, MPIU_INT, values, values, MPI_MAX)); in DMPforestLabelsFinalize()
3519 PetscCall(PetscSFBcastBegin(pointSF, MPIU_INT, values, values, MPI_REPLACE)); in DMPforestLabelsFinalize()
3520 PetscCall(PetscSFBcastEnd(pointSF, MPIU_INT, values, values, MPI_REPLACE)); in DMPforestLabelsFinalize()
3574 PetscCall(PetscSFReduceBegin(pointSF, MPIU_INT, values, values, MPI_MAX)); in DMPforestLabelsFinalize()
3575 PetscCall(PetscSFReduceEnd(pointSF, MPIU_INT, values, values, MPI_MAX)); in DMPforestLabelsFinalize()
3576 PetscCall(PetscSFBcastBegin(pointSF, MPIU_INT, values, values, MPI_REPLACE)); in DMPforestLabelsFinalize()
3577 PetscCall(PetscSFBcastEnd(pointSF, MPIU_INT, values, values, MPI_REPLACE)); in DMPforestLabelsFinalize()
4120 PetscSF pointSF; in DMConvert_pforest_plex() local
4212 PetscCall(PetscSFCreate(comm, &pointSF)); in DMConvert_pforest_plex()
4217 …PetscCall(PetscSFSetGraph(pointSF, pEnd - pStart, (PetscInt)leaves->elem_count, (PetscInt *)leaves… in DMConvert_pforest_plex()
4218 PetscCall(DMSetPointSF(newPlex, pointSF)); in DMConvert_pforest_plex()
4219 PetscCall(DMSetPointSF(dm, pointSF)); in DMConvert_pforest_plex()
4224 PetscCall(DMSetPointSF(coordDM, pointSF)); in DMConvert_pforest_plex()
4226 PetscCall(PetscSFDestroy(&pointSF)); in DMConvert_pforest_plex()
4281 PetscCall(DMGetPointSF(newPlexGhosted, &pointSF)); in DMConvert_pforest_plex()
4282 PetscCall(DMSetPointSF(dm, pointSF)); in DMConvert_pforest_plex()