MatDestroyMatrices#
Destroys an array of matrices.
Synopsis#
#include "petscmat.h" 
PetscErrorCode MatDestroyMatrices(PetscInt n, Mat *mat[])
Collective
Input Parameters#
- n - the number of local matrices 
- mat - the matrices (this is a pointer to the array of matrices) 
Notes#
Frees not only the matrices, but also the array that contains the matrices
For matrices obtained with  MatCreateSubMatrices() use MatDestroySubMatrices()
Fortran Note#
Does not free the mat array.
See Also#
Matrices, Mat, MatCreateSubMatrices(), MatDestroySubMatrices()
Level#
advanced
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages