#include <LOCA_AnasaziOperator_JacobianInverse.H>
Inheritance diagram for LOCA::AnasaziOperator::JacobianInverse:


Public Member Functions | |
| JacobianInverse (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &eigenParams, const Teuchos::RCP< Teuchos::ParameterList > &solverParams, const Teuchos::RCP< NOX::Abstract::Group > &grp) | |
| Constructor. | |
| virtual | ~JacobianInverse () |
| Destructor. | |
| virtual const string & | label () const |
| Return name of this operator. | |
| virtual void | apply (const NOX::Abstract::MultiVector &input, NOX::Abstract::MultiVector &output) const |
| Apply the operator. | |
| virtual void | transformEigenvalue (double &ev_r, double &ev_i) const |
| Transform eigenvalue. | |
| virtual NOX::Abstract::Group::ReturnType | rayleighQuotient (const NOX::Abstract::Vector &evec_r, const NOX::Abstract::Vector &evec_i, double &rq_r, double &rq_i) const |
| Compute Rayleigh quotient. | |
Protected Attributes | |
| Teuchos::RCP< LOCA::GlobalData > | globalData |
| Global data. | |
| string | myLabel |
| Name of this operator. | |
| Teuchos::RCP< Teuchos::ParameterList > | eigenParams |
| Stores parameters relating to the operator. | |
| Teuchos::RCP< Teuchos::ParameterList > | solverParams |
| Stores linear solver parameters. | |
| Teuchos::RCP< NOX::Abstract::Group > | grp |
| Stores group representing Jacobian. | |
| Teuchos::RCP< NOX::Abstract::Vector > | tmp_r |
| Stores a temporary vector for computing Rayleigh quotients. | |
| Teuchos::RCP< NOX::Abstract::Vector > | tmp_i |
| Stores a temporary vector for computing Rayleigh quotients. | |
This class implements the LOCA::AnasaziOperator::AbstractStrategy interface for computing eigenvalues of the inverse-Jacobian.
| void LOCA::AnasaziOperator::JacobianInverse::apply | ( | const NOX::Abstract::MultiVector & | input, | |
| NOX::Abstract::MultiVector & | output | |||
| ) | const [virtual] |
| NOX::Abstract::Group::ReturnType LOCA::AnasaziOperator::JacobianInverse::rayleighQuotient | ( | const NOX::Abstract::Vector & | evec_r, | |
| const NOX::Abstract::Vector & | evec_i, | |||
| double & | rq_r, | |||
| double & | rq_i | |||
| ) | const [virtual] |
Compute Rayleigh quotient.
Computes the Rayleigh quotient
for the eigenvector
.
Implements LOCA::AnasaziOperator::AbstractStrategy.
| void LOCA::AnasaziOperator::JacobianInverse::transformEigenvalue | ( | double & | ev_r, | |
| double & | ev_i | |||
| ) | const [virtual] |
Transform eigenvalue.
Transforms the given eigenvalue to the eigenvalue of the Jacobian by inverting it.
Implements LOCA::AnasaziOperator::AbstractStrategy.
1.4.7