#include <LOCA_EigenvalueSort_Factory.H>
Collaboration diagram for LOCA::EigenvalueSort::Factory:
Public Member Functions | |
| Factory (const Teuchos::RefCountPtr< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| Teuchos::RefCountPtr< LOCA::EigenvalueSort::AbstractStrategy > | create (const Teuchos::RefCountPtr< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RefCountPtr< Teuchos::ParameterList > &eigenParams) |
| Create sorting strategy. | |
| const string & | strategyName (Teuchos::ParameterList &eigenParams) const |
Return strategy name given by eigenParams. | |
Protected Attributes | |
| Teuchos::RefCountPtr< LOCA::GlobalData > | globalData |
| Global data. | |
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.
|
||||||||||||
|
Create sorting strategy.
|
1.3.9.1