|
NOX
Development
|
Abstract nonlinear solver method interface. More...
#include <NOX_Multiphysics_Solver_Generic.H>


Public Member Functions | |
| Generic () | |
| Constructor (does nothing) | |
| virtual | ~Generic () |
| Destructor (does nothing) | |
| virtual bool | reset (const Teuchos::RCP< std::vector< Teuchos::RCP< NOX::Solver::Generic > > > &solvers, const Teuchos::RCP< NOX::Multiphysics::DataExchange::Interface > &interface, const Teuchos::RCP< NOX::StatusTest::Generic > &tests, const Teuchos::RCP< Teuchos::ParameterList > ¶ms)=0 |
| Reset the nonlinear solver for a new solve. | |
| virtual void | reset (const NOX::Abstract::Vector &initialGuess)=0 |
| reset methods inherited from NOX::Solver::Generic and needed here to avoid hiding this overloaded virtual method | |
| virtual void | reset (const NOX::Abstract::Vector &initialGuess, const Teuchos::RCP< NOX::StatusTest::Generic > &tests)=0 |
| Resets the solver, sets a new status test, and sets a new initial guess. | |
Abstract nonlinear solver method interface.
Defines the type of access methods into the iterative nonlinear solvers.
| virtual bool NOX::Multiphysics::Solver::Generic::reset | ( | const Teuchos::RCP< std::vector< Teuchos::RCP< NOX::Solver::Generic > > > & | solvers, |
| const Teuchos::RCP< NOX::Multiphysics::DataExchange::Interface > & | interface, | ||
| const Teuchos::RCP< NOX::StatusTest::Generic > & | tests, | ||
| const Teuchos::RCP< Teuchos::ParameterList > & | params | ||
| ) | [pure virtual] |
Reset the nonlinear solver for a new solve.
| tests | Status tests to check for convergence or failure. These tests will be modified by the solver. |
| params | List of parameters. These parameters will be modified by the solver. |
Implemented in NOX::Multiphysics::Solver::FixedPointBased.
1.7.6.1