Advanced Options for Nonlinear Equation Solvers
Runtime command:
% mpiexec -np 3 ex5 -snes_monitor -snes_view \
-snes_type tr -optionsleft
(or similarly for ex5f and ex5f90)
where
-snes_type tr : set nonlinear solver to a Newton trust region method
-optionsleft : print information about the options specified at runtime
Comments: