#include <NOX_Solver_Factory.H>
Public Member Functions | |
Factory () | |
Constructor. | |
~Factory () | |
Destructor. | |
Teuchos::RCP < NOX::Solver::Generic > | buildSolver (const Teuchos::RCP< NOX::Abstract::Group > &grp, const Teuchos::RCP< NOX::StatusTest::Generic > &tests, const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Nonmember helper function for the NOX::Solver::Factory. |
Parameters
The following entries may be specified in the parameter list.
Definition at line 90 of file NOX_Solver_Factory.H.
NOX::Solver::Factory::Factory | ( | ) |
NOX::Solver::Factory::~Factory | ( | ) |
Teuchos::RCP< NOX::Solver::Generic > buildSolver | ( | const Teuchos::RCP< NOX::Abstract::Group > & | grp, | |
const Teuchos::RCP< NOX::StatusTest::Generic > & | tests, | |||
const Teuchos::RCP< Teuchos::ParameterList > & | params | |||
) |
Nonmember helper function for the NOX::Solver::Factory.
Definition at line 68 of file NOX_Solver_Factory.C.