PETSc version 3.16.6
MatISGetMPIXAIJ
Converts MATIS matrix into a parallel AIJ format
Synopsis
#include "petscmat.h"
PetscErrorCode MatISGetMPIXAIJ(Mat mat, MatReuse reuse, Mat *newmat)
Input Parameters
Output Parameter
| newmat | - the matrix in AIJ format
|
Notes
This function has been deprecated and it will be removed in future releases. Update your code to use the MatConvert() interface.
See Also
MATIS, MatConvert()
Level
developer
Location
src/mat/impls/is/matis.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages