SNESDestroy
Destroys the nonlinear solver context that was created with SNESCreate().
Synopsis
int SNESDestroy(SNES snes)
Collective on
SNES
Input Parameter
snes -the SNES context
Keywords
SNES, nonlinear, destroy
See Also
SNESCreate(), SNESSolve()
Examples
src/gvec/examples/tutorials/ex4.c
Location: src/snes/interface/snes.c
SNES Index
Table of Contents