NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Related Functions | List of all members
NOX::Solver::Factory Class Reference

Factory class to control the creation of solvers derived from the NOX::Solver::Generic object. More...

#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 > &params)
 

Related Functions

(Note that these are not member functions.)

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.
 

Detailed Description

Factory class to control the creation of solvers derived from the NOX::Solver::Generic object.

Parameters

The following entries may be specified in the parameter list.

Note
Solvers can be constructed using a nonmember function NOX::Solver::buildSolver instead of using this object directly.
Author
Roger Pawlowski (SNL 1416)

The documentation for this class was generated from the following files: