#include <LOCA_Epetra_Factory.H>
Inheritance diagram for LOCA::Epetra::Factory:
Public Member Functions | |
| Factory () | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| virtual void | init (const Teuchos::RefCountPtr< LOCA::GlobalData > &global_data) |
| Initialize factory. | |
Strategy create methods | |
| virtual bool | createBorderedSystemStrategy (const string &strategyName, const Teuchos::RefCountPtr< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RefCountPtr< NOX::Parameter::List > &solverParams, Teuchos::RefCountPtr< LOCA::BorderedSystem::AbstractStrategy > &strategy) |
| Create bordered system solver strategy. | |
Protected Attributes | |
| Teuchos::RefCountPtr< LOCA::GlobalData > | globalData |
| Global data. | |
1.3.9.1