#include <LOCA_Epetra_TransposeLinearSystem_Factory.H>
Collaboration diagram for LOCA::Epetra::TransposeLinearSystem::Factory:
Public Member Functions | |
| Factory (const Teuchos::RefCountPtr< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| Teuchos::RefCountPtr< LOCA::Epetra::TransposeLinearSystem::AbstractStrategy > | create (const Teuchos::RefCountPtr< Teuchos::ParameterList > &solverParams, const Teuchos::RefCountPtr< NOX::Epetra::LinearSystem > &linsys) |
| Create transpose solver strategy. | |
| const string & | strategyName (Teuchos::ParameterList &solverParams) const |
Return strategy name given by solverParams. | |
Protected Attributes | |
| Teuchos::RefCountPtr< LOCA::GlobalData > | globalData |
| Global data object. | |
The parameters passed to the create() through the solverParams argument method should specify the "Transpose Solver Method" as described below, as well as any additional parameters for the particular strategy.
|
||||||||||||
|
Create transpose solver strategy.
|
1.3.9.1