Home
last modified time | relevance | path

Searched refs:MatStashScatterGetMesg_Private (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c105 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_Preallocator()
/petsc/src/mat/impls/aij/mpi/
H A Dmpihashmat.h80 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatFinishScatterAndSetValues_MPI_Hash()
H A Dmpiaij.c787 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIAIJ()
/petsc/src/mat/utils/
H A Dmatstash.c620 PetscErrorCode MatStashScatterGetMesg_Private(MatStash *stash, PetscMPIInt *nvals, PetscInt **rows,… in MatStashScatterGetMesg_Private() function
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c515 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIAdj()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c800 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 Dmatimpl.h407 PETSC_INTERN PetscErrorCode MatStashScatterGetMesg_Private(MatStash *, PetscMPIInt *, PetscInt **, …
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c308 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPISELL()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c914 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 Dmatscalapack.c1330 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_ScaLAPACK()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1449 PetscCall(MatStashScatterGetMesg_Private(&A->stash, &n, &row, &col, &val, &flg));
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c404 PetscCall(MatStashScatterGetMesg_Private(&mat->stash, &n, &row, &col, &val, &flg)); in MatAssemblyEnd_MPIDense()