Home
last modified time | relevance | path

Searched refs:MatAssemblyEnd_MPIAIJ (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mpiviennacl/
H A Dmpiaijviennacl.cxx35 PetscCall(MatAssemblyEnd_MPIAIJ(A, mode)); in MatAssemblyEnd_MPIAIJViennaCL()
/petsc/src/mat/impls/aij/mpi/crl/
H A Dmcrl.c95 PetscCall(MatAssemblyEnd_MPIAIJ(A, mode)); in MatAssemblyEnd_MPIAIJCRL()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.h93 PETSC_INTERN PetscErrorCode MatAssemblyEnd_MPIAIJ(Mat, MatAssemblyType);
H A Dmpiaij.c773 PetscErrorCode MatAssemblyEnd_MPIAIJ(Mat mat, MatAssemblyType mode) in MatAssemblyEnd_MPIAIJ() function
2729 MatAssemblyEnd_MPIAIJ,
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx410 PetscCall(MatAssemblyEnd_MPIAIJ(A, mode)); in MatAssemblyEnd_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu410 PetscCall(MatAssemblyEnd_MPIAIJ(A, mode)); in MatAssemblyEnd_MPIAIJCUSPARSE()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx17 PetscCall(MatAssemblyEnd_MPIAIJ(A, mode)); in MatAssemblyEnd_MPIAIJKokkos()