Searched refs:MatStashScatterGetMesg_Private (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/mat/impls/preallocator/ |
| H A D | matpreallocator.c | 105 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_Preallocator()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpihashmat.h | 80 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatFinishScatterAndSetValues_MPI_Hash()
|
| H A D | mpiaij.c | 787 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIAIJ()
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 620 PetscErrorCode MatStashScatterGetMesg_Private(MatStash *stash, PetscMPIInt *nvals, PetscInt **rows,… in MatStashScatterGetMesg_Private() function
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 515 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIAdj()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 800 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPISBAIJ() 828 PetscCall(MatStashScatterGetMesg_Private(&mat->bstash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPISBAIJ()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 407 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Private(MatStash *, PetscMPIInt *, PetscInt **, …
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 308 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPISELL()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 914 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIBAIJ() 941 PetscCall(MatStashScatterGetMesg_Private(&mat->bstash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIBAIJ()
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 1330 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_ScaLAPACK()
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 1449 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg));
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 404 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIDense()
|