![]() |
NuTo
Numerics Tool
|
Go to the source code of this file.
Classes | |
| struct | NuTo::NewtonRaphson::VoidInfo |
| takes any argument and does nothing... More... | |
| class | NuTo::NewtonRaphson::LineSearchImplementation< TInfo > |
| Performs the line search algorithm based on the results of a single newton iteration step. More... | |
| class | NuTo::NewtonRaphson::NoLineSearch |
| just a normal continuation of the newton scheme without using line search while keeping the interface of NuTo::LineSearch More... | |
Namespaces | |
| NuTo | |
| NuTo::NewtonRaphson | |
Functions | |
| template<typename TInfo = VoidInfo> | |
| LineSearchImplementation< TInfo > | NuTo::NewtonRaphson::LineSearch (TInfo info=VoidInfo(), int mMaxNumLineSearchStep=6) |
| convienient instantiation of the NuTo::LineSearchImplementation with template deduction More... | |
1.8.11