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

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

#include <LOCA_Epetra_TransposeLinearSystem_Factory.H>

List of all members.

Public Member Functions

 Factory (const Teuchos::RCP< LOCA::GlobalData > &global_data)
 Constructor.
virtual ~Factory ()
 Destructor.
Teuchos::RCP
< LOCA::Epetra::TransposeLinearSystem::AbstractStrategy
create (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.

Private Member Functions

 Factory (const Factory &)
 Private to prohibit copying.
Factoryoperator= (const Factory &)
 Private to prohibit copying.


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.

Definition at line 91 of file LOCA_Epetra_TransposeLinearSystem_Factory.H.


Constructor & Destructor Documentation

LOCA::Epetra::TransposeLinearSystem::Factory::Factory ( const Teuchos::RCP< LOCA::GlobalData > &  global_data  ) 

Constructor.

Definition at line 56 of file LOCA_Epetra_TransposeLinearSystem_Factory.C.

LOCA::Epetra::TransposeLinearSystem::Factory::~Factory (  )  [virtual]

Destructor.

Definition at line 62 of file LOCA_Epetra_TransposeLinearSystem_Factory.C.

LOCA::Epetra::TransposeLinearSystem::Factory::Factory ( const Factory  )  [private]

Private to prohibit copying.


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

Definition at line 67 of file LOCA_Epetra_TransposeLinearSystem_Factory.C.

References globalData, and strategyName().

Referenced by LOCA::Epetra::Group::applyJacobianTransposeInverse(), LOCA::Epetra::Group::applyJacobianTransposeInverseMultiVector(), and LOCA::BorderedSolver::EpetraHouseholder::solveTranspose().

const string & LOCA::Epetra::TransposeLinearSystem::Factory::strategyName ( Teuchos::ParameterList &  solverParams  )  const

Return strategy name given by solverParams.

Definition at line 118 of file LOCA_Epetra_TransposeLinearSystem_Factory.C.

Referenced by create().

Factory& LOCA::Epetra::TransposeLinearSystem::Factory::operator= ( const Factory  )  [private]

Private to prohibit copying.


Member Data Documentation

Global data object.

Definition at line 125 of file LOCA_Epetra_TransposeLinearSystem_Factory.H.

Referenced by create().


The documentation for this class was generated from the following files:

Generated on Thu Dec 17 11:02:49 2009 for Nonlinear Solver Project by  doxygen 1.5.9