Searched refs:Mat_MUMPS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 568 typedef struct Mat_MUMPS Mat_MUMPS; typedef 569 struct Mat_MUMPS { struct 599 PetscErrorCode (*ConvertToTriples)(Mat, PetscInt, MatReuse, Mat_MUMPS *); argument 602 PetscErrorCode (**nest_convert_to_triples)(Mat, PetscInt, MatReuse, Mat_MUMPS *); argument 619 static PetscErrorCode PetscMUMPSIntCSRCast(PETSC_UNUSED Mat_MUMPS *mumps, PetscInt nrow, PetscInt *… in PetscMUMPSIntCSRCast() argument 650 static PetscErrorCode MatMumpsResetSchur_Private(Mat_MUMPS *mumps) in MatMumpsResetSchur_Private() 665 Mat_MUMPS *mumps = (Mat_MUMPS *)F->data; in MatMumpsSolveSchur_Private() 733 Mat_MUMPS *mumps = (Mat_MUMPS *)F->data; in MatMumpsHandleSchur_Private() 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() [all …]
|