Home
last modified time | relevance | path

Searched refs:PetscSFReduceEnd_Allgatherv (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h25 PETSC_INTERN PetscErrorCode PetscSFReduceEnd_Allgatherv(PetscSF, MPI_Datatype, const void *, void *…
H A Dsfallgatherv.c195 PETSC_INTERN PetscErrorCode PetscSFReduceEnd_Allgatherv(PetscSF sf, MPI_Datatype unit, const void *… in PetscSFReduceEnd_Allgatherv() function
437 sf->ops->ReduceEnd = PetscSFReduceEnd_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c119 sf->ops->ReduceEnd = PetscSFReduceEnd_Allgatherv; in PetscSFCreate_Allgather()