#include <GenSQP_DataPool.hpp>
Inheritance diagram for GenSQP::DataPool:

Public Member Functions | |
| virtual | ~DataPool () |
| virtual void | computeAll (const Vector &x)=0 |
| Recompute all stored quantities. | |
The only member function is computeAll, responsible for the computation of all data that can be stored and reused within one (or more) SQP iteration. The data is entirely problem specific.
Definition at line 16 of file GenSQP_DataPool.hpp.
| virtual GenSQP::DataPool::~DataPool | ( | ) | [inline, virtual] |
Definition at line 19 of file GenSQP_DataPool.hpp.
| virtual void GenSQP::DataPool::computeAll | ( | const Vector & | x | ) | [pure virtual] |
Recompute all stored quantities.
| x | [in] - Current SQP iterate vector. |
Teuchos::RefCountPtr<const umDVec> ex = (Teuchos::dyn_cast<GenSQP::SledgeVector>(const_cast<GenSQP::Vector&>(x))).getVector(); Implemented in GLpApp::GLpYUEpetraDataPool.
1.4.7