PetscObjectDestroy#
Destroys a PetscObject
, regardless of the type.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscObjectDestroy(PetscObject *obj)
Collective
Input Parameter#
obj - any PETSc object, for example a
Vec
,Mat
orKSP
. It must be cast with a (PetscObject
*), for example,PetscObjectDestroy
((PetscObject
*)&mat);
See Also#
Level#
beginner
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages