#include "petscmat.h" #undef __FUNCT__ #define __FUNCT__ "MatMumpsSetIcntl" PetscErrorCode MatMumpsSetIcntl(Mat F,PetscInt idx,PetscInt icntl)Collective on Mat
F | - the factored matrix obtained by calling MatGetFactor() from PETSc-MUMPS interface | |
idx | - index of MUMPS parameter array ICNTL() | |
icntl | - value of MUMPS ICNTL(imumps) |
References: MUMPS Users' Guide
Level:beginner
Location:src/mat/impls/aij/mpi/mumps/mumps.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages