Home
last modified time | relevance | path

Searched refs:MatHasCongruentLayouts (Results 1 – 16 of 16) sorted by relevance

/petsc/src/mat/tests/ !
H A Dex37.c106 PetscCall(MatHasCongruentLayouts(C, &flg)); in main()
H A Dex115.c366 PetscCall(MatHasCongruentLayouts(A, &flg)); in main()
H A Dex221.c154 PetscCall(MatHasCongruentLayouts(A, &cong)); in main()
H A Dex23.c118 PetscCall(MatHasCongruentLayouts(A, &squaretest)); in main()
/petsc/src/mat/impls/htool/ !
H A Dhtool.cxx38 PetscCall(MatHasCongruentLayouts(A, &flg)); in MatGetDiagonal_Htool()
57 PetscCall(MatHasCongruentLayouts(A, &flg)); in MatGetDiagonalBlock_Htool()
180 PetscCall(MatHasCongruentLayouts(A, &flg)); in MatCreateSubMatrices_Htool()
/petsc/src/mat/impls/shell/ !
H A Dshell.c415 PetscCall(MatHasCongruentLayouts(mat, &congruent)); in MatZeroRowsColumns_Shell()
1211 PetscCall(MatHasCongruentLayouts(Y, &flg)); in MatShift_Shell()
1259 PetscCall(MatHasCongruentLayouts(A, &flg)); in MatDiagonalSet_Shell()
/petsc/src/mat/impls/is/ !
H A Dmatis.c652 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatConvert_XAIJ_IS()
1463 PetscCall(MatHasCongruentLayouts(mat, &cong)); in MatCreateSubMatrix_IS()
2676 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatSetLocalToGlobalMapping_IS()
/petsc/src/mat/impls/h2opus/cuda/ !
H A Dmath2opus.cu1179 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatH2OpusSetCoords_H2OPUS()
/petsc/src/mat/impls/aij/mpi/kokkos/ !
H A Dmpiaijkok.kokkos.cxx1689 PetscCall(MatHasCongruentLayouts(A, &congruent)); in MatShift_MPIAIJKokkos()
/petsc/include/ !
H A Dpetscmat.h2047 PETSC_EXTERN PetscErrorCode MatHasCongruentLayouts(Mat, PetscBool *);
/petsc/src/mat/impls/hypre/ !
H A Dmhypre.c2206 PetscCall(MatHasCongruentLayouts(A, &cong));
/petsc/src/mat/impls/nest/ !
H A Dmatnest.c1434 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatNestSetSubMats_Nest()
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiaij.c278 PetscCall(MatHasCongruentLayouts(Y, &cong)); in MatDiagonalSet_MPIAIJ()
872 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatZeroRows_MPIAIJ()
986 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatZeroRowsColumns_MPIAIJ()
/petsc/src/mat/impls/dense/mpi/ !
H A Dmpidense.c108 PetscCall(MatHasCongruentLayouts(A, &flg)); in MatGetDiagonalBlock_MPIDense()
/petsc/src/mat/impls/baij/mpi/ !
H A Dmpibaij.c1629 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatZeroRows_MPIBAIJ()
/petsc/src/mat/interface/ !
H A Dmatrix.c11351 PetscErrorCode MatHasCongruentLayouts(Mat mat, PetscBool *cong) in MatHasCongruentLayouts() function