#include <LOCA_Predictor_Restart.H>
Inheritance diagram for LOCA::Predictor::Restart:
Public Member Functions | |
| Restart (NOX::Parameter::List ¶ms) | |
| Constructor. | |
| virtual | ~Restart () |
| Destructor. | |
| virtual NOX::Abstract::Group::ReturnType | reset (NOX::Parameter::List ¶ms) |
| Reset parameters. | |
| virtual NOX::Abstract::Group::ReturnType | compute (bool baseOnSecant, double stepSize, LOCA::Continuation::ExtendedGroup &prevGroup, LOCA::Continuation::ExtendedGroup &curGroup, LOCA::Continuation::ExtendedVector &result) |
| Computes the constant predictor as described above. | |
| virtual NOX::Abstract::Group::ReturnType | compute (bool baseOnSecant, const vector< double > &stepSize, LOCA::MultiContinuation::ExtendedGroup &grp, LOCA::MultiContinuation::ExtendedMultiVector &prevXMultiVec, LOCA::MultiContinuation::ExtendedMultiVector &xMultiVec, LOCA::MultiContinuation::ExtendedMultiVector &result) |
| Computes the constant predictor as described above. | |
Protected Attributes | |
| LOCA::Continuation::ExtendedVector * | v |
| Pointer to predictor direction. | |
This class implements a predictor that is restarted from a previous computation. In other words, this class takes a predictor vector that would computed previously and uses it as the predictor.
|
|
Reset parameters. There are now parameters for the secant predictor calculation. Reimplemented from LOCA::Predictor::Generic. |
1.3.9.1