NOX
Development
|
This is the complete list of members for LOCA::MultiPredictor::Secant, including all inherited members.
AbstractStrategy() | LOCA::MultiPredictor::AbstractStrategy | inline |
clone(NOX::CopyType type=NOX::DeepCopy) const | LOCA::MultiPredictor::Secant | virtual |
compute(bool baseOnSecant, const std::vector< double > &stepSize, LOCA::MultiContinuation::ExtendedGroup &grp, const LOCA::MultiContinuation::ExtendedVector &prevXVec, const LOCA::MultiContinuation::ExtendedVector &xVec) | LOCA::MultiPredictor::Secant | virtual |
computeTangent(LOCA::MultiContinuation::ExtendedMultiVector &tangent) | LOCA::MultiPredictor::Secant | virtual |
evaluate(const std::vector< double > &stepSize, const LOCA::MultiContinuation::ExtendedVector &xVec, LOCA::MultiContinuation::ExtendedMultiVector &result) const | LOCA::MultiPredictor::Secant | virtual |
firstStepPredictor | LOCA::MultiPredictor::Secant | protected |
globalData | LOCA::MultiPredictor::Secant | protected |
initialized | LOCA::MultiPredictor::Secant | protected |
isFirstStep | LOCA::MultiPredictor::Secant | protected |
isFirstStepComputed | LOCA::MultiPredictor::Secant | protected |
isTangentScalable() const | LOCA::MultiPredictor::Secant | virtual |
operator=(const LOCA::MultiPredictor::AbstractStrategy &source) | LOCA::MultiPredictor::Secant | virtual |
predictor | LOCA::MultiPredictor::Secant | protected |
Secant(const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &predParams) | LOCA::MultiPredictor::Secant | |
Secant(const Secant &source, NOX::CopyType type=NOX::DeepCopy) | LOCA::MultiPredictor::Secant | |
secant | LOCA::MultiPredictor::Secant | protected |
setPredictorOrientation(bool baseOnSecant, const std::vector< double > &stepSize, const LOCA::MultiContinuation::ExtendedGroup &grp, const LOCA::MultiContinuation::ExtendedVector &prevXVec, const LOCA::MultiContinuation::ExtendedVector &xVec, LOCA::MultiContinuation::ExtendedVector &secant, LOCA::MultiContinuation::ExtendedMultiVector &tangent) | LOCA::MultiPredictor::AbstractStrategy | protectedvirtual |
~AbstractStrategy() | LOCA::MultiPredictor::AbstractStrategy | inlinevirtual |
~Secant() | LOCA::MultiPredictor::Secant | virtual |