Searched refs:BcastBegin (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/gather/ |
| H A D | sfgather.c | 46 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gather()
|
| /petsc/src/vec/is/sf/impls/basic/gatherv/ |
| H A D | sfgatherv.c | 58 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Gatherv()
|
| /petsc/src/vec/is/sf/impls/basic/allgather/ |
| H A D | sfallgather.c | 133 sf->ops->BcastBegin = PetscSFBcastBegin_Allgather; in PetscSFCreate_Allgather()
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 194 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Alltoall()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 32 …PetscErrorCode (*BcastBegin)(PetscSF, MPI_Datatype, PetscMemType, const void *, PetscMemType, void… member
|
| /petsc/src/vec/is/sf/impls/basic/neighbor/ |
| H A D | sfneighbor.c | 282 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Neighbor()
|
| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.c | 445 sf->ops->BcastBegin = PetscSFBcastBegin_Allgatherv; in PetscSFCreate_Allgatherv()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 616 sf->ops->BcastBegin = PetscSFBcastBegin_Basic; in PetscSFCreate_Basic()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 1497 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 D | sfwindow.c | 1170 sf->ops->BcastBegin = PetscSFBcastBegin_Window; in PetscSFCreate_Window()
|