SNESSetFromOptions
Sets various SNES and SLES parameters from user options.
Synopsis
int SNESSetFromOptions(SNES snes)
Collective on
SNES
Input Parameter
snes -the SNES context
Notes
To see all options, run your program with the -help option or
consultthe users manual.
Keywords
SNES, nonlinear, set, options, database
See Also
SNESPrintHelp(), SNESSetOptionsPrefix()
Examples
src/snes/examples/tutorials/ex1f.F
src/snes/examples/tutorials/ex4f.F
src/snes/examples/tutorials/ex5f.F
src/snes/examples/tutorials/ex5f90.F
src/snes/examples/tutorials/ex4.c
src/snes/examples/tutorials/ex1.c
src/snes/examples/tutorials/ex2.c
src/snes/examples/tutorials/ex5.c
src/snes/examples/tutorials/ex3.c
src/snes/examples/tutorials/ex6.c
src/snes/examples/tutorials/ex5s.c
src/snes/examples/tutorials/ex7.c
src/snes/examples/tutorials/ex8.c
src/snes/examples/tutorials/ex9.c
src/gvec/examples/tutorials/ex3.c
src/gvec/examples/tutorials/ex4.c
Location: src/snes/interface/snes.c
SNES Index
Table of Contents