MatMAIJRedimension#
Get a new MATMAIJ matrix with the same action, but for a different block size
Synopsis#
#include "petscmat.h" 
PetscErrorCode MatMAIJRedimension(Mat A, PetscInt dof, Mat *B)
Logically Collective
Input Parameters#
- A - the - MATMAIJmatrix
- dof - the block size for the new matrix 
Output Parameter#
- B - the new - MATMAIJmatrix
See Also#
Matrices, Mat, MATMAIJ, MatCreateMAIJ()
Level#
advanced
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages