NOX  Development
Public Member Functions | Protected Attributes | List of all members
LOCA::EigenvalueSort::Factory Class Reference

Factory for creating EigenvalueSort strategy objects. More...

#include <LOCA_EigenvalueSort_Factory.H>

Public Member Functions

 Factory (const Teuchos::RCP< LOCA::GlobalData > &global_data)
 Constructor.
 
virtual ~Factory ()
 Destructor.
 
Teuchos::RCP< LOCA::EigenvalueSort::AbstractStrategycreate (const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &eigenParams)
 Create sorting strategy. More...
 
const std::string & strategyName (Teuchos::ParameterList &eigenParams) const
 Return strategy name given by eigenParams.
 

Protected Attributes

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

Detailed Description

Factory for creating EigenvalueSort strategy objects.

The parameters passed to the create() through the eigenParams argument method should specify the sorting method "Sorting Method" as described below, as well as any additional parameters for the particular strategy.

Member Function Documentation

Teuchos::RCP< LOCA::EigenvalueSort::AbstractStrategy > LOCA::EigenvalueSort::Factory::create ( const Teuchos::RCP< LOCA::Parameter::SublistParser > &  topParams,
const Teuchos::RCP< Teuchos::ParameterList > &  eigenParams 
)

Create sorting strategy.

Parameters
topParams[in] Parsed top-level parameter list.
eigenParams[in] Eigensolver parameters as described above

References globalData, and strategyName().

Referenced by LOCA::Factory::createEigenvalueSortStrategy().


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