#include <LOCA_Predictor_Tangent.H>
Inheritance diagram for LOCA::Predictor::Tangent:
Public Member Functions | |
| Tangent (NOX::Parameter::List ¶ms) | |
| Constructor. | |
| virtual | ~Tangent () |
| 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 tangent predictor. | |
| 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 tangent predictor. | |
Protected Attributes | |
| NOX::Abstract::Vector * | dfdpVecPtr |
| Stores derivative of residual w.r.t. parameter. | |
This class computes the predictor direction given by the tangent vector to the continuation curve. The tangent vector calculation is implemented by the computeTangent method of the LOCA::Continuation::Group class.
|
|
Reset parameters. The parameters are eventually passed to the LOCA::Continuation::Group::computeTangent method and therefore should be the parameters for the linear solver. Reimplemented from LOCA::Predictor::Generic. |
1.3.9.1