MatMumpsSetIcntl

Set MUMPS parameter ICNTL()

Synopsis

#include "petscmat.h"  
#undef __FUNCT__   
#define __FUNCT__ "MatMumpsSetIcntl"
PetscErrorCode MatMumpsSetIcntl(Mat F,PetscInt idx,PetscInt icntl)
Collective on Mat

Input Parameters

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)

Options Database

-mat_mumps_icntl_<idx> <icntl> -

References: MUMPS Users' Guide

See Also

MatGetFactor()

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