Searched refs:BcastToZero (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/allgather/ |
| H A D | sfallgather.c | 135 sf->ops->BcastToZero = PetscSFBcastToZero_Allgather; in PetscSFCreate_Allgather()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 38 …PetscErrorCode (*BcastToZero)(PetscSF, MPI_Datatype, PetscMemType, const void *, PetscMemType, voi… member
|
| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.c | 450 sf->ops->BcastToZero = PetscSFBcastToZero_Allgatherv; in PetscSFCreate_Allgatherv()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 2297 PetscUseTypeMethod(sf, BcastToZero, unit, rootmtype, rootdata, leafmtype, leafdata); in PetscSFBcastToZero_Private()
|