LOCA::EigenvalueSort::LargestReal Class Reference

Largest-real sorting strategy. More...

#include <LOCA_EigenvalueSort_Strategies.H>

Inheritance diagram for LOCA::EigenvalueSort::LargestReal:

Inheritance graph
[legend]
Collaboration diagram for LOCA::EigenvalueSort::LargestReal:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LargestReal (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< Teuchos::ParameterList > &eigenParams)
 Constructor.
 ~LargestReal ()
 Destructor.
virtual NOX::Abstract::Group::ReturnType sort (int n, double *evals, std::vector< int > *perm=NULL) const
 Sort real eigenvalues.
virtual NOX::Abstract::Group::ReturnType sort (int n, double *r_evals, double *i_evals, std::vector< int > *perm=NULL) const
 Sort complex eigenvalues.

Detailed Description

Largest-real sorting strategy.

Sorts eigenvalues in decreasing order according to their real part. This method requires no parameters in the eigenParams argument to the constructor


Constructor & Destructor Documentation

LOCA::EigenvalueSort::LargestReal::LargestReal ( const Teuchos::RCP< LOCA::GlobalData > &  global_data,
const Teuchos::RCP< Teuchos::ParameterList > &  eigenParams 
) [inline]

Constructor.

Parameters:
global_data [in] Global data object
eigenParams [in] Eigensolver parameters.


The documentation for this class was generated from the following files:
Generated on Wed May 12 21:26:22 2010 for NOX by  doxygen 1.4.7