Thyra::LinearNonlinearSolver is a subclass of Thyra::NonlinearSolverBase that solves a set of linear equations represented by a Thyra::ModelEvaluator object.
Thyra::DampenedNewtonNonlinearSolver is a subclass of Thyra::NonlinearSolverBase that implements a very simple dampened line-search Newton method for solving a general set of nonlinear equations represented by a Thyra::ModelEvaluator object.
1.3.9.1