#include <Thyra_TimeStepNewtonNonlinearSolver.hpp>
Inheritance diagram for Thyra::TimeStepNewtonNonlinearSolver< 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=NULL) |
| | |
| Teuchos::RefCountPtr< const VectorBase< Scalar > > | get_current_x () const |
| | |
| bool | is_W_current () const |
| | |
| Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > | get_nonconst_W () |
| | |
| Teuchos::RefCountPtr< const LinearOpWithSolveBase< Scalar > > | get_W () const |
| | |
| void | set_W_is_current (bool W_is_current) |
| | |
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar > | ST |
| | |
| typedef ST::magnitudeType | ScalarMag |
| | |
| typedef Teuchos::ScalarTraits< ScalarMag > | SMT |
| | |
Public Member Functions | |
| void | defaultMaxIterations (const int &defaultMaxIterations) |
| The default maximum number of iterations. | |
| void | defaultTol (const ScalarMag &defaultTol) |
| The default solution tolerance. | |
| void | set_warningOut (const Teuchos::RefCountPtr< std::ostream > &warningOut) |
| Stream that warnings are printed to. | |
ToDo: Finish documentation.
Definition at line 43 of file Thyra_TimeStepNewtonNonlinearSolver.hpp.
|
|||||
|
Definition at line 47 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||
|
Definition at line 49 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||
|
Definition at line 51 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
||||||||||
|
The default maximum number of iterations.
Definition at line 54 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
||||||||||
|
The default solution tolerance.
Definition at line 57 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
||||||||||
|
Stream that warnings are printed to.
Definition at line 60 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
||||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. Definition at line 124 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. Definition at line 137 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
||||||||||||||||||||
|
Implements Thyra::NonlinearSolverBase< Scalar >. Definition at line 143 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 240 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 246 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 253 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
|||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 260 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
|
||||||||||
|
Reimplemented from Thyra::NonlinearSolverBase< Scalar >. Definition at line 266 of file Thyra_TimeStepNewtonNonlinearSolver.hpp. |
1.3.9.1