MatMumpsSetBlk#

Set user-specified variable block sizes to be used with -mat_mumps_icntl_15 1

Synopsis#

#include "petscmat.h"  
PetscErrorCode MatMumpsSetBlk(Mat F, PetscInt nblk, const PetscInt blkvar[], const PetscInt blkptr[])

Not collective, only relevant on the first process of the MPI communicator

Input Parameters#

See Also#

Matrices, MATSOLVERMUMPS, Mat, MatGetFactor(), MatMumpsSetIcntl(), MatSetVariableBlockSizes()

Level#

advanced

Location#

src/mat/impls/aij/mpi/mumps/mumps.c

Implementations#

MatMumpsSetBlk_MUMPS() in 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