#include <LOCA_SaveEigenData_Factory.H>
Collaboration diagram for LOCA::SaveEigenData::Factory:

Public Member Functions | |
| Factory (const Teuchos::RCP< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| Teuchos::RCP< LOCA::SaveEigenData::AbstractStrategy > | create (const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &eigenParams) |
| Create strategy to save eigenvectors/values. | |
| const string & | strategyName (Teuchos::ParameterList &eigenParams) const |
Return strategy name given by eigenParams. | |
Protected Attributes | |
| Teuchos::RCP< LOCA::GlobalData > | globalData |
| Global data. | |
The parameters passed to the create() through the eigenParams argument method should specify the "Method" as described below, as well as any additional parameters for the particular strategy.
| Teuchos::RCP< LOCA::SaveEigenData::AbstractStrategy > LOCA::SaveEigenData::Factory::create | ( | const Teuchos::RCP< LOCA::Parameter::SublistParser > & | topParams, | |
| const Teuchos::RCP< Teuchos::ParameterList > & | eigenParams | |||
| ) |
Create strategy to save eigenvectors/values.
| topParams | [in] Parsed top-level parameter list. | |
| eigenParams | [in] Eigensolver parameters as described above |
1.4.7