#include "petscmat.h" PetscErrorCode MatMkl_PardisoSetCntl(Mat F,PetscInt icntl,PetscInt ival)Logically Collective on Mat
F | - the factored matrix obtained by calling MatGetFactor() | |
icntl | - index of Mkl_Pardiso parameter | |
ival | - value of Mkl_Pardiso parameter |
-mat_mkl_pardiso_<icntl> <ival> | - change the option numbered icntl to the value ival |
* | - Mkl_Pardiso Users' Guide |