LifeV
|
Line-search algorithm with parabolic interpolation. More...
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
template<class Fct , class VectorType > | |
Int | NonLinearLineSearchParabolic (Fct &f, VectorType &residual, VectorType &sol, VectorType &step, Real &normRes, Real &lambda, UInt iter, UInt const verboseLevel=1) |
Implementation of Line Search method with parabolic interpolation. More... | |
template<class Fct , class VectorType > | |
Int | NonLinearLineSearchCubic (Fct &f, VectorType &residual, VectorType &sol, VectorType &step, Real &normRes, Real &lambda, Real &slope, UInt iter, UInt const verboseLevel=1) |
Implementation of Line Search method with cubic interpolation. More... | |
Line-search algorithm with parabolic interpolation.
Definition in file NonLinearLineSearch.hpp.