xref: /petsc/src/vec/is/sf/impls/basic/allgather/sfallgather.h (revision d8e47b638cf8f604a99e9678e1df24f82d959cd7)
1 #pragma once
2 
3 #include <petscsftypes.h>
4 
5 PETSC_INTERN PetscErrorCode PetscSFGetLeafRanks_Allgather(PetscSF, PetscMPIInt *, const PetscMPIInt **, const PetscInt **, const PetscInt **);
6 PETSC_INTERN PetscErrorCode PetscSFSetUp_Allgather(PetscSF);
7