Home
last modified time | relevance | path

Searched refs:PetscSFCreate_Allgather (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/interface/
H A Dsfregi.c8 PETSC_INTERN PetscErrorCode PetscSFCreate_Allgather(PetscSF);
38 PetscCall(PetscSFRegister(PETSCSFALLGATHER, PetscSFCreate_Allgather)); in PetscSFRegisterAll()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c113 PETSC_INTERN PetscErrorCode PetscSFCreate_Allgather(PetscSF sf) in PetscSFCreate_Allgather() function