![]() |
NuTo
Numerics Tool
|
Performs the line search algorithm based on the results of a single newton iteration step. More...
#include <LineSearch.h>
Public Member Functions | |
| constexpr | LineSearchImplementation (TInfo info, int maxNumLineSearchSteps) |
| ctor More... | |
| template<typename TProblem , typename TX > | |
| bool | operator() (TProblem &&problem, TX *r, TX *x, TX dx) const |
| actual line search implementation More... | |
Performs the line search algorithm based on the results of a single newton iteration step.
|
inline |
ctor
| maxNumLineSearchSteps | maximal number of line search steps |
|
inline |
actual line search implementation
| problem | class that implements NormFunction, ResidualFunction and mTolerance |
| r | residual, return argument, see remark |
| x | value of the argument x, return argument, see remark |
| dx | dx from the solver |
1.8.11