Anasazi  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Anasazi::RTRRitzFailure Class Reference

RTRRitzFailure is thrown when the RTR solver is unable to continue a call to RTRBase::iterate() due to a failure of the algorithm. More...

#include <AnasaziRTRBase.hpp>

Inheritance diagram for Anasazi::RTRRitzFailure:
Anasazi::AnasaziError

Detailed Description

RTRRitzFailure is thrown when the RTR solver is unable to continue a call to RTRBase::iterate() due to a failure of the algorithm.

This signals that the Rayleigh-Ritz analysis of X + Eta detected ill-conditioning of the projected mass matrix and the inability to generate a set of orthogonal eigenvectors for the projected problem (if thrown from iterate()) or that the analysis of the initial iterate failed in RTRBase::initialize().

After catching this exception, the user can recover the subspace via RTRBase::getState(). This information can be used to restart the solver.

Definition at line 161 of file AnasaziRTRBase.hpp.


The documentation for this class was generated from the following file: