Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c85 stash->ScatterGetMesg = MatStashScatterGetMesg_BTS; in MatStashCreate_Private()
91 stash->ScatterGetMesg = MatStashScatterGetMesg_Ref; in MatStashCreate_Private()
623 PetscCall((*stash->ScatterGetMesg)(stash, nvals, rows, cols, vals, flg)); in MatStashScatterGetMesg_Private()
/petsc/include/petsc/private/
H A Dmatimpl.h345 …PetscErrorCode (*ScatterGetMesg)(MatStash *, PetscMPIInt *, PetscInt **, PetscInt **, PetscScalar … member
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1790 A->stash.ScatterGetMesg = MatStashScatterGetMesg_Ref; in MatCreate_ScaLAPACK()