petsc-3.13.6 2020-09-29
PetscContainerUserDestroyDefault
Default destroy routine for user-provided data that simply calls PetscFree().
Synopsis
#include "petscsys.h"
PetscErrorCode PetscContainerUserDestroyDefault(void* ctx)
Logically Collective on PetscContainer
Input Parameter
ctx -pointer to user-provided data
See Also
PetscContainerDestroy(), PetscContainterSetUserDestroy()
Level
advanced
Location
src/sys/objects/inherit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages