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