Searched refs:ReduceBegin (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/gather/ |
| H A D | sfgather.c | 48 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Gather()
|
| /petsc/src/vec/is/sf/impls/basic/gatherv/ |
| H A D | sfgatherv.c | 60 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Gatherv()
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 196 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Alltoall()
|
| /petsc/src/vec/is/sf/impls/basic/allgather/ |
| H A D | sfallgather.c | 134 sf->ops->ReduceBegin = PetscSFReduceBegin_Allgather; in PetscSFCreate_Allgather()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 34 …PetscErrorCode (*ReduceBegin)(PetscSF, MPI_Datatype, PetscMemType, const void *, PetscMemType, voi… member
|
| /petsc/src/vec/is/sf/impls/basic/neighbor/ |
| H A D | sfneighbor.c | 284 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Neighbor()
|
| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.c | 446 sf->ops->ReduceBegin = PetscSFReduceBegin_Allgatherv; in PetscSFCreate_Allgatherv()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 618 sf->ops->ReduceBegin = PetscSFReduceBegin_Basic; in PetscSFCreate_Basic()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 1595 PetscCall(sf->ops->ReduceBegin(sf, unit, leafmtype, leafdata, rootmtype, rootdata, op)); in PetscSFReduceBegin() 1626 PetscCall(sf->ops->ReduceBegin(sf, unit, leafmtype, leafdata, rootmtype, rootdata, op)); in PetscSFReduceWithMemTypeBegin()
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 1172 sf->ops->ReduceBegin = PetscSFReduceBegin_Window; in PetscSFCreate_Window()
|