Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c6 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Ref(MatStash *, PetscMPIInt *, PetscInt **, Pets…
91 stash->ScatterGetMesg = MatStashScatterGetMesg_Ref; in MatStashCreate_Private()
627 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Ref(MatStash *stash, PetscMPIInt *nvals, PetscIn… in MatStashScatterGetMesg_Ref() function
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1749 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Ref(MatStash *, PetscMPIInt *, PetscInt **, Pets…
1790 A->stash.ScatterGetMesg = MatStashScatterGetMesg_Ref; in MatCreate_ScaLAPACK()