Home
last modified time | relevance | path

Searched refs:BcastBegin (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c46 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c58 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gatherv()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c133 sf->ops->BcastBegin = PetscSFBcastBegin_Allgather; in PetscSFCreate_Allgather()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c194 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Alltoall()
/petsc/include/petsc/private/
H A Dsfimpl.h32 …PetscErrorCode (*BcastBegin)(PetscSF, MPI_Datatype, PetscMemType, const void *, PetscMemType, void… member
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c282 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Neighbor()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c445 sf->ops->BcastBegin = PetscSFBcastBegin_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c616 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Basic()
/petsc/src/vec/is/sf/interface/
H A Dsf.c1497 PetscUseTypeMethod(sf, BcastBegin, unit, rootmtype, rootdata, leafmtype, leafdata, op); in PetscSFBcastBegin()
1529 PetscUseTypeMethod(sf, BcastBegin, unit, rootmtype, rootdata, leafmtype, leafdata, op); in PetscSFBcastWithMemTypeBegin()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c1170 sf->ops->BcastBegin = PetscSFBcastBegin_Window; in PetscSFCreate_Window()