petsc-3.13.6 2020-09-29
Report Typos and Errors

MatDestroySeqNonzeroStructure

Destroys matrix obtained with MatGetSeqNonzeroStructure().

Synopsis

#include "petscmat.h" 
PetscErrorCode MatDestroySeqNonzeroStructure(Mat *mat)
Collective on Mat

Input Parameters

mat -the matrix (note that this is a pointer to the array of matrices, just to match the calling sequence of MatGetSequentialNonzeroStructure())

Notes

Frees not only the matrices, but also the array that contains the matrices

See Also

MatGetSeqNonzeroStructure()

Level

advanced

Location

src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages