#include "petscmat.h" PetscErrorCode MatMkl_CPardisoSetCntl(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 |
Notes: This routine cannot be used if you are solving the linear system with TS, SNES, or KSP, only if you directly call MatGetFactor() so use the options database approach when working with TS, SNES, or KSP.
Level:Intermediate
Location:src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages