| 
    NOX
    Development
    
   | 
 
Default strategy for saving eigenvector/value data. More...
#include <LOCA_SaveEigenData_DefaultStrategy.H>


Public Member Functions | |
| DefaultStrategy (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &eigenParams) | |
| Constructor.  | |
| virtual | ~DefaultStrategy () | 
| Destructor.  | |
| virtual  NOX::Abstract::Group::ReturnType  | save (Teuchos::RCP< std::vector< double > > &evals_r, Teuchos::RCP< std::vector< double > > &evals_i, Teuchos::RCP< NOX::Abstract::MultiVector > &evecs_r, Teuchos::RCP< NOX::Abstract::MultiVector > &evecs_i) | 
| Save eigenvalues/eigenvectors.  More... | |
  Public Member Functions inherited from LOCA::SaveEigenData::AbstractStrategy | |
| AbstractStrategy () | |
| Constructor.  | |
| virtual | ~AbstractStrategy () | 
| Destructor.  | |
Protected Attributes | |
| Teuchos::RCP< LOCA::GlobalData > | globalData | 
| Global data.  | |
Default strategy for saving eigenvector/value data.
This class implements a default strategy for saving eigenvectors and eigenvalues that does nothing and exists so the LOCA::Stepper always has an object to pass eigen data to.
      
  | 
  virtual | 
Save eigenvalues/eigenvectors.
The implementation here does nothing and always returns NOX::Abstract::Group::Ok.
Implements LOCA::SaveEigenData::AbstractStrategy.
References NOX::Abstract::Group::Ok.
 1.8.5