Actual source code: sfgatherv.h

  1: #pragma once

  3: #include <../src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h>

  5: PETSC_INTERN PetscErrorCode PetscSFFetchAndOpBegin_Gatherv(PetscSF, MPI_Datatype, PetscMemType, void *, PetscMemType, const void *, void *, MPI_Op);
  6: PETSC_INTERN PetscErrorCode PetscSFReducePrepareMPIBuffers_Gatherv(PetscSF, PetscSFLink, MPI_Op, PetscMemType *, void **, PetscMemType *, const void **);