Searched refs:mpi_mat_type (Results 1 – 1 of 1) sorted by relevance
3475 MatType mpi_mat_type; in MatCreateMPIAIJWithSeqAIJ() local3487 PetscCall(MatGetMPIMatType_Private(A, &mpi_mat_type)); in MatCreateMPIAIJWithSeqAIJ()3488 PetscCall(MatSetType(C, mpi_mat_type)); in MatCreateMPIAIJWithSeqAIJ()