#include <LOCA_Predictor_Constant.H>
Inheritance diagram for LOCA::Predictor::Constant:
Public Member Functions | |
| Constant (NOX::Parameter::List ¶ms) | |
| Constructor. | |
| virtual | ~Constant () |
| 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. | |
This class computes the constant predictor direction given by a vector of zeros for the solution vector component and 1 for the parameter component. When used with natural continuation, this corresponds to what is commonly referred to as zero'th order continuation.
|
|
Reset parameters. There are now parameters for the secant predictor calculation. Reimplemented from LOCA::Predictor::Generic. |
1.3.9.1