Home
last modified time | relevance | path

Searched refs:PetscMUMPSInt (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c68 typedef MUMPS_INT PetscMUMPSInt; typedef
85 static inline PetscErrorCode PetscMUMPSIntCast(PetscCount a, PetscMUMPSInt *b) in PetscMUMPSIntCast()
91 *b = (PetscMUMPSInt)a; in PetscMUMPSIntCast()
96 …r text[], const char man[], PetscMUMPSInt currentvalue, PetscMUMPSInt *value, PetscBool *set, Pets… in PetscOptionsMUMPSInt_Private()
574 PetscMUMPSInt *irn, *jcn; /* the (i,j,v) triplets passed to mumps. */
577 PetscMUMPSInt sym;
579 PetscMUMPSInt *ICNTL_pre;
581 PetscMUMPSInt ICNTL9_pre; /* check if ICNTL(9) is changed from previous MatSolve */
583 PetscMUMPSInt ICNTL20; /* use centralized (0) or distributed (10) dense RHS */
584 PetscMUMPSInt ICNTL26;
[all …]