Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h16 PETSC_INTERN PetscErrorCode PetscSFSetUp_Allgatherv(PetscSF);
H A Dsfallgatherv.c32 PETSC_INTERN PetscErrorCode PetscSFSetUp_Allgatherv(PetscSF sf) in PetscSFSetUp_Allgatherv() function
439 sf->ops->SetUp = PetscSFSetUp_Allgatherv; in PetscSFCreate_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c64 sf->ops->SetUp = PetscSFSetUp_Allgatherv; in PetscSFCreate_Gatherv()