#include <LOCA_Continuation_ExtendedVector.H>
Inheritance diagram for LOCA::Continuation::ExtendedVector:
Public Member Functions | |
| ExtendedVector (const NOX::Abstract::Vector &xVec, double param) | |
| Constructor. | |
| ExtendedVector (const ExtendedVector &source, NOX::CopyType type=NOX::DeepCopy) | |
| Copy constructor. | |
| virtual | ~ExtendedVector () |
| Destructor. | |
| virtual ExtendedVector & | operator= (const ExtendedVector &y) |
| Assignment operator. | |
| virtual LOCA::Extended::Vector & | operator= (const LOCA::Extended::Vector &y) |
| Assignment operator. | |
| virtual NOX::Abstract::Vector & | operator= (const NOX::Abstract::Vector &y) |
| Assignment operator. | |
| virtual NOX::Abstract::Vector * | clone (NOX::CopyType type=NOX::DeepCopy) const |
| Assignment operator. | |
| virtual void | setVec (const NOX::Abstract::Vector &xVec, double param) |
| Sets the continuation vector by setting its two components. | |
| virtual const NOX::Abstract::Vector & | getXVec () const |
| Returns the solution vector component of extended vector. | |
| virtual double | getParam () const |
| Returns the parameter component of extended vector. | |
| virtual NOX::Abstract::Vector & | getXVec () |
| Returns the solution vector component of extended vector. | |
| virtual double & | getParam () |
| Returns the parameter component of extended vector. | |
This class uses the LOCA::Extended::Vector implementation to store the solution and parameter components of the continuation vector and merely provides an interface for naming which components of the multivector these quantities correspond to.
1.3.9.1