Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h19 PETSC_INTERN PetscErrorCode PetscSFFetchAndOpBegin_Allgatherv(PetscSF sf, MPI_Datatype, PetscMemTyp…
H A Dsfallgatherv.c281 PETSC_INTERN PetscErrorCode PetscSFFetchAndOpBegin_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscM… in PetscSFFetchAndOpBegin_Allgatherv() function
447 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c124 sf->ops->FetchAndOpBegin = PetscSFFetchAndOpBegin_Allgatherv; in PetscSFCreate_Allgather()