petsc-3.7.1 2016-05-15
Report Typos and Errors

MatDestroyMatrices

Destroys a set of matrices obtained with MatGetSubMatrices().

Synopsis

#include "petscmat.h" 
PetscErrorCode MatDestroyMatrices(PetscInt n,Mat *mat[])
Collective on Mat Many br

Input Parameters

n - the number of local matrices Many br
mat - the matrices (note that this is a pointer to the array of matrices, just to match the calling Many brsequence of MatGetSubMatrices()) Many br

Many br

Notes: Frees not only the matrices, but also the array that contains the matrices Many brIn Fortran will not free the array. Many br

See Also

MatGetSubMatrices()

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