#include <Thyra_LinearNonlinearSolver.hpp>
Inheritance diagram for Thyra::LinearNonlinearSolver< Scalar >:
Overridden from ParameterListAcceptor | |
| void | setParameterList (RCP< Teuchos::ParameterList > const ¶mList) |
| | |
| RCP< Teuchos::ParameterList > | getNonconstParameterList () |
| | |
| RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
| RCP< const Teuchos::ParameterList > | getParameterList () const |
| | |
| RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Overridden from NonlinearSolverBase | |
| void | setModel (const RCP< const ModelEvaluator< Scalar > > &model) |
| | |
| RCP< const ModelEvaluator< Scalar > > | getModel () const |
| | |
| SolveStatus< Scalar > | solve (VectorBase< Scalar > *x, const SolveCriteria< Scalar > *solveCriteria, VectorBase< Scalar > *delta) |
| | |
| RCP< LinearOpWithSolveBase< Scalar > > | get_nonconst_W (const bool forceUpToDate) |
| | |
| RCP< const LinearOpWithSolveBase< Scalar > > | get_W () const |
| | |
This class basically implements a Newton method with one iteration and never checks the final tolerence. Otherwise, it is identical to a Newton method with one iteration.
|
||||||||||
|
|
|
|||||||||
|
Implements Teuchos::ParameterListAcceptor. |
|
|||||||||
|
Implements Teuchos::ParameterListAcceptor. |
|
|||||||||
|
Reimplemented from Teuchos::ParameterListAcceptor. |
|
|||||||||
|
Reimplemented from Teuchos::ParameterListAcceptor. |
|
||||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. |
|
|||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. |
|
||||||||||||||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. |
|
||||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. |
1.3.9.1