#include "petscmat.h" PetscErrorCode MatDestroyMatrices(PetscInt n,Mat *mat[])Collective on Mat
n | - the number of local matrices | |
mat | - the matrices (note that this is a pointer to the array of matrices) |
Notes: Frees not only the matrices, but also the array that contains the matrices In Fortran will not free the array.