Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c5 static PetscErrorCode MatStashScatterBegin_Ref(Mat, MatStash *, PetscInt *);
6 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Ref(MatStash *, PetscMPIInt *, PetscInt **, Pets…
7 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Ref(MatStash *);
9 static PetscErrorCode MatStashScatterBegin_BTS(Mat, MatStash *, PetscInt *);
10 static PetscErrorCode MatStashScatterGetMesg_BTS(MatStash *, PetscMPIInt *, PetscInt **, PetscInt *…
11 static PetscErrorCode MatStashScatterEnd_BTS(MatStash *);
28 PetscErrorCode MatStashCreate_Private(MPI_Comm comm, PetscInt bs, MatStash *stash) in MatStashCreate_Private()
103 PetscErrorCode MatStashDestroy_Private(MatStash *stash) in MatStashDestroy_Private()
121 PetscErrorCode MatStashScatterEnd_Private(MatStash *stash) in MatStashScatterEnd_Private()
128 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Ref(MatStash *stash) in MatStashScatterEnd_Ref()
[all …]
/petsc/include/petsc/private/
H A Dmatimpl.h334 typedef struct _MatStash MatStash; typedef
344 PetscErrorCode (*ScatterBegin)(Mat, MatStash *, PetscInt *);
345 …PetscErrorCode (*ScatterGetMesg)(MatStash *, PetscMPIInt *, PetscInt **, PetscInt **, PetscScalar …
346 PetscErrorCode (*ScatterEnd)(MatStash *);
347 PetscErrorCode (*ScatterDestroy)(MatStash *);
395 PETSC_INTERN PetscErrorCode MatStashScatterDestroy_BTS(MatStash *);
397 PETSC_INTERN PetscErrorCode MatStashCreate_Private(MPI_Comm, PetscInt, MatStash *);
398 PETSC_INTERN PetscErrorCode MatStashDestroy_Private(MatStash *);
399 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Private(MatStash *);
400 PETSC_INTERN PetscErrorCode MatStashSetInitialSize_Private(MatStash *, PetscInt);
[all …]
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1514 static PetscErrorCode MatStashScatterBegin_ScaLAPACK(Mat mat, MatStash *stash, PetscInt *owners) in MatStashScatterBegin_ScaLAPACK()
1749 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Ref(MatStash *, PetscMPIInt *, PetscInt **, Pets…
1750 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Ref(MatStash *);