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