DMSNESSetJacobianContextDestroy#
set SNES
Jacobian evaluation context destroy function into a DMSNES
object
Synopsis#
#include "petscsnes.h"
#include "petscdm.h"
PetscErrorCode DMSNESSetJacobianContextDestroy(DM dm, PetscCtxDestroyFn *f)
Not Collective
Input Parameters#
f - Jacobian evaluation context destroy function, see
PetscCtxDestroyFn
for its calling sequence
See Also#
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages