#include <LOCA_Bifurcation_TPBord_ExtendedVector.H>
Inheritance diagram for LOCA::Bifurcation::TPBord::ExtendedVector:
Public Member Functions | |
| ExtendedVector (const NOX::Abstract::Vector &xVec, const NOX::Abstract::Vector &nullVec, 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 &nullVec, double bifPar) |
| Sets the Vector by setting its three components. | |
| virtual const NOX::Abstract::Vector & | getXVec () const |
| Returns the solution vector component of extended vector. | |
| virtual const NOX::Abstract::Vector & | getNullVec () const |
| Returns the null vector component of 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 & | getNullVec () |
| Returns the null vector component of extended vector. | |
| virtual double & | getBifParam () |
| Get Bifurcation parameter. | |
This class uses the LOCA::Extended::Vector implementation to store the solution, null, and parameter components of the turning point vector and merely provides an interface for naming which components of the multivector these quantities correspond to.
1.3.9.1