PetscObjectDestroyFn#
A prototype of a function that can destroy a PetscObject
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode(PetscObjectDestroyFn)(PetscObject *obj);
Calling Sequence#
obj - the
PetscObject
to destroy
Note#
The deprecated PetscObjectDestroyFunction
works as a replacement for PetscObjectDestroyFn
*.
See Also#
Level#
beginner
Location#
include/petsc/private/petscimpl.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages