Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3475 MatType mpi_mat_type; in MatCreateMPIAIJWithSeqAIJ() local
3487 PetscCall(MatGetMPIMatType_Private(A, &mpi_mat_type)); in MatCreateMPIAIJWithSeqAIJ()
3488 PetscCall(MatSetType(C, mpi_mat_type)); in MatCreateMPIAIJWithSeqAIJ()