Searched refs:MatHasCongruentLayouts (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/mat/tests/ ! |
| H A D | ex37.c | 106 PetscCall(MatHasCongruentLayouts(C, &flg)); in main()
|
| H A D | ex115.c | 366 PetscCall(MatHasCongruentLayouts(A, &flg)); in main()
|
| H A D | ex221.c | 154 PetscCall(MatHasCongruentLayouts(A, &cong)); in main()
|
| H A D | ex23.c | 118 PetscCall(MatHasCongruentLayouts(A, &squaretest)); in main()
|
| /petsc/src/mat/impls/htool/ ! |
| H A D | htool.cxx | 38 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 D | shell.c | 415 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 D | matis.c | 652 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 D | math2opus.cu | 1179 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatH2OpusSetCoords_H2OPUS()
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ ! |
| H A D | mpiaijkok.kokkos.cxx | 1689 PetscCall(MatHasCongruentLayouts(A, &congruent)); in MatShift_MPIAIJKokkos()
|
| /petsc/include/ ! |
| H A D | petscmat.h | 2047 PETSC_EXTERN PetscErrorCode MatHasCongruentLayouts(Mat, PetscBool *);
|
| /petsc/src/mat/impls/hypre/ ! |
| H A D | mhypre.c | 2206 PetscCall(MatHasCongruentLayouts(A, &cong));
|
| /petsc/src/mat/impls/nest/ ! |
| H A D | matnest.c | 1434 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatNestSetSubMats_Nest()
|
| /petsc/src/mat/impls/aij/mpi/ ! |
| H A D | mpiaij.c | 278 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 D | mpidense.c | 108 PetscCall(MatHasCongruentLayouts(A, &flg)); in MatGetDiagonalBlock_MPIDense()
|
| /petsc/src/mat/impls/baij/mpi/ ! |
| H A D | mpibaij.c | 1629 PetscCall(MatHasCongruentLayouts(A, &cong)); in MatZeroRows_MPIBAIJ()
|
| /petsc/src/mat/interface/ ! |
| H A D | matrix.c | 11351 PetscErrorCode MatHasCongruentLayouts(Mat mat, PetscBool *cong) in MatHasCongruentLayouts() function
|