Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatreg.c64 PetscErrorCode MatGetMPIMatType_Private(Mat mat, MatType *MPIType) in MatGetMPIMatType_Private() function
/petsc/include/petsc/private/
H A Dmatimpl.h24 PETSC_INTERN PetscErrorCode MatGetMPIMatType_Private(Mat, MatType *);
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3487 PetscCall(MatGetMPIMatType_Private(A, &mpi_mat_type)); in MatCreateMPIAIJWithSeqAIJ()