Searched refs:BcastEnd (Results 1 – 10 of 10) sorted by relevance
47 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Gather()
59 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Gatherv()
195 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Alltoall()
118 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Allgather()
33 PetscErrorCode (*BcastEnd)(PetscSF, MPI_Datatype, const void *, void *, MPI_Op); member
283 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Neighbor()
436 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Allgatherv()
617 sf->ops->BcastEnd = PetscSFBcastEnd_Basic; in PetscSFCreate_Basic()
1171 sf->ops->BcastEnd = PetscSFBcastEnd_Window; in PetscSFCreate_Window()
1557 PetscUseTypeMethod(sf, BcastEnd, unit, rootdata, leafdata, op); in PetscSFBcastEnd()