Home
last modified time | relevance | path

Searched refs:PetscSFSetUp_Allgather (Results 1 – 6 of 6) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.h6 PETSC_INTERN PetscErrorCode PetscSFSetUp_Allgather(PetscSF);
H A Dsfallgather.c6 PetscErrorCode PetscSFSetUp_Allgather(PetscSF sf) in PetscSFSetUp_Allgather() function
132 sf->ops->SetUp = PetscSFSetUp_Allgather; in PetscSFCreate_Allgather()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h15 PETSC_INTERN PetscErrorCode PetscSFSetUp_Allgather(PetscSF);
H A Dsfallgatherv.c41 PetscCall(PetscSFSetUp_Allgather(sf)); in PetscSFSetUp_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c61 sf->ops->SetUp = PetscSFSetUp_Allgather; in PetscSFCreate_Gather()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c207 sf->ops->SetUp = PetscSFSetUp_Allgather; in PetscSFCreate_Alltoall()