#include <LOCA_Bifurcation_HopfBord_ExtendedVector.H>
Inheritance diagram for LOCA::Bifurcation::HopfBord::ExtendedVector:
Public Member Functions | |
| ExtendedVector (const NOX::Abstract::Vector &xVec, const NOX::Abstract::Vector &realEigenVec, const NOX::Abstract::Vector &imagEigenVec, double frequency, double bifParam) | |
| Constructor. | |
| ExtendedVector (const ExtendedVector &source, NOX::CopyType type=NOX::DeepCopy) | |
| Copy constructor. | |
| virtual | ~ExtendedVector () |
| Destructor. | |
| virtual NOX::Abstract::Vector & | operator= (const NOX::Abstract::Vector &y) |
| Assignment operator. | |
| virtual LOCA::Extended::Vector & | operator= (const LOCA::Extended::Vector &y) |
| Assignment operator. | |
| virtual ExtendedVector & | operator= (const ExtendedVector &y) |
| Assignment operator. | |
| virtual NOX::Abstract::Vector * | clone (NOX::CopyType type=NOX::DeepCopy) const |
| Cloning function. | |
| virtual void | setVec (const NOX::Abstract::Vector &xVec, const NOX::Abstract::Vector &realEigenVec, const NOX::Abstract::Vector &imagEigenVec, double frequency, double bifPar) |
| Sets the HopfBordVector by setting its five components. | |
| virtual const NOX::Abstract::Vector & | getXVec () const |
| Returns the solution vector component of extended vector. | |
| virtual const NOX::Abstract::Vector & | getRealEigenVec () const |
| Returns the real part of the eigenvector component of extended vector. | |
| virtual const NOX::Abstract::Vector & | getImagEigenVec () const |
| Returns the imaginary part of the eigenvector component of extended vector. | |
| virtual double | getFrequency () const |
| Returns the frequency component of the extended vector. | |
| virtual double | getBifParam () const |
| Get Bifurcation parameter. | |
| virtual NOX::Abstract::Vector & | getXVec () |
| Returns the solution vector component of extended vector. | |
| virtual NOX::Abstract::Vector & | getRealEigenVec () |
| Returns the real part of the eigenvector component of extended vector. | |
| virtual NOX::Abstract::Vector & | getImagEigenVec () |
| Returns the imaginary part of the eigenvector component of extended vector. | |
| virtual double & | getFrequency () |
| Returns the frequency component of the extended vector. | |
| virtual double & | getBifParam () |
| Get Bifurcation parameter. | |
This class uses the LOCA::Extended::Vector implementation to store the solution, real and imaginary eigenvector, frequency and parameter components of the Hopf vector and merely provides an interface for naming which components of the multivector these quantities correspond to.
1.3.9.1