SNESSetApplicationContext
Sets the optional user-defined context for the nonlinear solvers.
Synopsis
int SNESSetApplicationContext(SNES snes,void *usrP)
Collective on
SNES
Input Parameters
snes | - the SNES context
|
usrP | - optional user context
|
Keywords
SNES, nonlinear, set, application, context
See Also
SNESGetApplicationContext()
Location: src/snes/interface/snes.c
SNES Index
Table of Contents