#include <Thyra_LinearNonlinearSolver.hpp>
Inheritance diagram for Thyra::LinearNonlinearSolver< Scalar >:
Overridden from NonlinearSolverBase | |
| void | setModel (const Teuchos::RefCountPtr< const ModelEvaluator< Scalar > > &model) |
| | |
| Teuchos::RefCountPtr< const ModelEvaluator< Scalar > > | getModel () const |
| | |
| SolveStatus< Scalar > | solve (VectorBase< Scalar > *x, const SolveCriteria< Scalar > *solveCriteria, VectorBase< Scalar > *delta) |
| | |
| Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > | get_nonconst_W () |
| | |
| Teuchos::RefCountPtr< const LinearOpWithSolveBase< Scalar > > | get_W () const |
| | |
ToDo: Finish documentation.
Definition at line 42 of file Thyra_LinearNonlinearSolver.hpp.
|
||||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. Definition at line 80 of file Thyra_LinearNonlinearSolver.hpp. |
|
|||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. Definition at line 91 of file Thyra_LinearNonlinearSolver.hpp. |
|
||||||||||||||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. Definition at line 97 of file Thyra_LinearNonlinearSolver.hpp. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 122 of file Thyra_LinearNonlinearSolver.hpp. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 129 of file Thyra_LinearNonlinearSolver.hpp. |
1.3.9.1