NOX
Development
|
Pure virtual interface for users to supply their own line search objects. More...
#include <NOX_LineSearch_UserDefinedFactory.H>
Public Member Functions | |
UserDefinedFactory () | |
Constructor. | |
virtual | ~UserDefinedFactory () |
Destructor. | |
virtual Teuchos::RCP < NOX::LineSearch::Generic > | buildLineSearch (const Teuchos::RCP< NOX::GlobalData > &gd, Teuchos::ParameterList ¶ms) const =0 |
Builds a user defined line search object. More... | |
Pure virtual interface for users to supply their own line search objects.
|
pure virtual |
Builds a user defined line search object.
gd | A global data pointer that contains the top level parameter list. Without storing this inside the line searchobject, there is no guarantee that the second parameter params will still exist. It can be deleted by the top level RCP. |
params | Sublist with line search construction parameters. |
Implemented in NOX::LineSearch::UserDefinedFactoryT< T >.
Referenced by NOX::LineSearch::Factory::buildLineSearch().