LOCA::Epetra::TransposeLinearSystem::Factory Class Reference

Factory for creating transpose linear system strategy objects. More...

#include <LOCA_Epetra_TransposeLinearSystem_Factory.H>

Collaboration diagram for LOCA::Epetra::TransposeLinearSystem::Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Factory (const Teuchos::RCP< LOCA::GlobalData > &global_data)
 Constructor.
virtual ~Factory ()
 Destructor.
Teuchos::RCP< LOCA::Epetra::TransposeLinearSystem::AbstractStrategycreate (const Teuchos::RCP< Teuchos::ParameterList > &solverParams, const Teuchos::RCP< NOX::Epetra::LinearSystem > &linsys)
 Create transpose solver strategy.
const string & strategyName (Teuchos::ParameterList &solverParams) const
 Return strategy name given by solverParams.

Protected Attributes

Teuchos::RCP< LOCA::GlobalDataglobalData
 Global data object.

Detailed Description

Factory for creating transpose linear system strategy objects.

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.


Member Function Documentation

Teuchos::RCP< LOCA::Epetra::TransposeLinearSystem::AbstractStrategy > LOCA::Epetra::TransposeLinearSystem::Factory::create ( const Teuchos::RCP< Teuchos::ParameterList > &  solverParams,
const Teuchos::RCP< NOX::Epetra::LinearSystem > &  linsys 
)

Create transpose solver strategy.

Parameters:
solverParams [in] Solver parameters as described above
linsys [in] Linear system solver


The documentation for this class was generated from the following files:
Generated on Wed May 12 21:26:23 2010 for NOX by  doxygen 1.4.7