Searched refs:MatGetFactor_pastix (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/pastix/ |
| H A D | pastix.c | 422 static PetscErrorCode MatGetFactor_pastix(Mat A, MatFactorType ftype, Mat *F, const char *mattype) in MatGetFactor_pastix() function 481 PetscCall(MatGetFactor_pastix(A, ftype, F, MATMPIAIJ)); in MatGetFactor_mpiaij_pastix() 489 PetscCall(MatGetFactor_pastix(A, ftype, F, MATSEQAIJ)); in MatGetFactor_seqaij_pastix() 497 PetscCall(MatGetFactor_pastix(A, ftype, F, MATMPISBAIJ)); in MatGetFactor_mpisbaij_pastix() 505 PetscCall(MatGetFactor_pastix(A, ftype, F, MATSEQSBAIJ)); in MatGetFactor_seqsbaij_pastix()
|