PetscContainerDestroy#
Destroys a PETSc container object.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscContainerDestroy(PetscContainer *obj)
Collective
Input Parameter#
obj - an object that was created with
PetscContainerCreate()
Note#
If PetscContainerSetUserDestroy()
was used to provide a user destroy object for the data provided with PetscContainerSetPointer()
then that function is called to destroy the data.
See Also#
PetscContainerCreate()
, PetscContainerSetUserDestroy()
, PetscObject
Level#
advanced
Location#
Examples#
src/sys/tutorials/ex7.c
src/sys/tutorials/ex6.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages