Searched defs:Mat_Pastix_ (Results 1 – 1 of 1) sorted by relevance
33 typedef struct Mat_Pastix_ { struct34 pastix_data_t *pastix_data; /* Pastix data storage structure */35 MPI_Comm comm; /* MPI Communicator used to initialize pastix */36 spmatrix_t *spm; /* SPM matrix structure */37 MatStructure matstruc; /* DIFFERENT_NONZERO_PATTERN if uninitialized, SAME otherwise */38 PetscScalar *rhs; /* Right-hand-side member */39 PetscInt rhsnbr; /* Right-hand-side number */40 pastix_int_t iparm[IPARM_SIZE]; /* Integer parameters */41 double dparm[DPARM_SIZE]; /* Floating point parameters */