DMSNESSetFunctionContextDestroy#
set SNES residual evaluation context destroy function
Synopsis#
#include "petscsnes.h" 
#include "petscdm.h" 
PetscErrorCode DMSNESSetFunctionContextDestroy(DM dm, PetscCtxDestroyFn *f)
Not Collective
Input Parameters#
- f - residual evaluation context destroy function, see - PetscCtxDestroyFnfor its calling sequence
See Also#
SNES: Nonlinear Solvers, DMSNES, DMSNESSetFunction(), SNESSetFunction(), PetscCtxDestroyFn
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages