PETSc version 3.15.5
MatMAIJGetAIJ
Get the AIJ matrix describing the blockwise action of the MAIJ matrix
Synopsis
#include "petscmat.h"
PetscErrorCode MatMAIJGetAIJ(Mat A,Mat *B)
Not Collective, but if the MAIJ matrix is parallel, the AIJ matrix is also parallel
Input Parameter
Output Parameter
Notes
The reference count on the AIJ matrix is not increased so you should not destroy it.
See Also
MatCreateMAIJ()
Level
advanced
Location
src/mat/impls/maij/maij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages