Searched defs:mumps (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 532 #define PetscMUMPS_c(mumps) \ argument 560 #define PetscMUMPS_c(mumps) \ argument 619 static PetscErrorCode PetscMUMPSIntCSRCast(PETSC_UNUSED Mat_MUMPS *mumps, PetscInt nrow, PetscInt *… in PetscMUMPSIntCSRCast() 650 static PetscErrorCode MatMumpsResetSchur_Private(Mat_MUMPS *mumps) in MatMumpsResetSchur_Private() 665 Mat_MUMPS *mumps = (Mat_MUMPS *)F->data; in MatMumpsSolveSchur_Private() local 733 Mat_MUMPS *mumps = (Mat_MUMPS *)F->data; in MatMumpsHandleSchur_Private() local 787 …rrorCode MatConvertToTriples_seqaij_seqaij(Mat A, PetscInt shift, MatReuse reuse, Mat_MUMPS *mumps) in MatConvertToTriples_seqaij_seqaij() 821 …rorCode MatConvertToTriples_seqsell_seqaij(Mat A, PetscInt shift, MatReuse reuse, Mat_MUMPS *mumps) in MatConvertToTriples_seqsell_seqaij() 844 …rorCode MatConvertToTriples_seqbaij_seqaij(Mat A, PetscInt shift, MatReuse reuse, Mat_MUMPS *mumps) in MatConvertToTriples_seqbaij_seqaij() 881 …Code MatConvertToTriples_seqsbaij_seqsbaij(Mat A, PetscInt shift, MatReuse reuse, Mat_MUMPS *mumps) in MatConvertToTriples_seqsbaij_seqsbaij() [all …]
|