MatMPIBAIJGetSeqBAIJ#
Get the on-process (diagonal block) and off-process (off-diagonal block) MATSEQBAIJ matrices that make up an MATMPIBAIJ matrix, together with the local-to-global column map for the off-diagonal block.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatMPIBAIJGetSeqBAIJ(Mat A, Mat *Ad, Mat *Ao, const PetscInt *colmap[])
Not Collective
Input Parameter#
A - the
MATMPIBAIJmatrix
Output Parameters#
Ad - the diagonal block
MATSEQBAIJ, orNULLif not neededAo - the off-diagonal block
MATSEQBAIJ, orNULLif not neededcolmap - the local-to-global column index map for
Ao, orNULLif not needed
See Also#
Level#
advanced
Location#
src/mat/impls/baij/mpi/mpibaij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages