Searched defs: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 570 XMUMPS_STRUC_C id; 572 MatStructure matstruc; 573 PetscMPIInt myid, petsc_size; 574 PetscMUMPSInt *irn, *jcn; /* the (i,j,v) triplets passed to mumps. */ 575 …ctly access their data array without a buffer. For others, we need a buffer. So comes val_alloc. */ 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
|