#include "petscmat.h" PetscErrorCode MatMumpsSetIcntl(Mat F,PetscInt icntl,PetscInt ival)Logically Collective on Mat
F | - the factored matrix obtained by calling MatGetFactor() from PETSc-MUMPS interface | |
icntl | - index of MUMPS parameter array ICNTL() | |
ival | - value of MUMPS ICNTL(icntl) |
-mat_mumps_icntl_<icntl> <ival> | - change the option numbered icntl to ival |
* | - MUMPS Users' Guide |