petsc-3.7.1 2016-05-15
MatGetSeqNonzeroStructure
Extracts the sequential nonzero structure from a matrix.
Synopsis
#include "petscmat.h"
PetscErrorCode MatGetSeqNonzeroStructure(Mat mat,Mat *matstruct)
Collective on Mat Many br
Input Parameters
mat -the matrix Many br
Output Parameter
matstruct -the sequential matrix with the nonzero structure of mat Many br
Many br
See Also
MatDestroySeqNonzeroStructure(), MatGetSubMatrices(), MatDestroyMatrices()
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages