Searched refs:MatCreateMPIAIJWithSeqAIJ (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex303.c | 45 PetscCall(MatCreateMPIAIJWithSeqAIJ(PETSC_COMM_WORLD, M, N, A2, B2, garray_h, &mat2)); in main() 70 PetscCall(MatCreateMPIAIJWithSeqAIJ(PETSC_COMM_WORLD, M, N, A2, B2, NULL, &mat2)); in main()
|
| H A D | ex302k.kokkos.cxx | 140 …PetscCall(MatCreateMPIAIJWithSeqAIJ(PETSC_COMM_WORLD, M, N, output_mat_local, output_mat_nonlocal,… in main()
|
| /petsc/doc/changes/ |
| H A D | 323.md | 76 - Change `MatCreateMPIAIJWithSeqAIJ()` so that B can be passed in with local indices and compactifi…
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 1381 PetscCall(MatCreateMPIAIJWithSeqAIJ(comm, M, N, Zd, Zo, mmAB->garray, &Z)); in MatProductSymbolic_MPIAIJKokkos()
|
| /petsc/include/ |
| H A D | petscmat.h | 444 PETSC_EXTERN PetscErrorCode MatCreateMPIAIJWithSeqAIJ(MPI_Comm, PetscInt, PetscInt, Mat, Mat, Petsc…
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3293 PetscCall(MatCreateMPIAIJWithSeqAIJ(comm, M_size, N_size, Asub, Bsub, garray_compact, &M)); in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3472 PetscErrorCode MatCreateMPIAIJWithSeqAIJ(MPI_Comm comm, PetscInt M, PetscInt N, Mat A, Mat B, Petsc… in MatCreateMPIAIJWithSeqAIJ() function
|