NuTo
Numerics Tool
Public Member Functions | List of all members
NuTo::NewtonRaphson::NoLineSearch Class Reference

just a normal continuation of the newton scheme without using line search while keeping the interface of NuTo::LineSearch More...

#include <LineSearch.h>

Public Member Functions

template<typename TProblem , typename TX >
bool operator() (TProblem &&problem, TX *r, TX *x, TX dx) const
 

Detailed Description

just a normal continuation of the newton scheme without using line search while keeping the interface of NuTo::LineSearch

Member Function Documentation

template<typename TProblem , typename TX >
bool NuTo::NewtonRaphson::NoLineSearch::operator() ( TProblem &&  problem,
TX *  r,
TX *  x,
TX  dx 
) const
inline

The documentation for this class was generated from the following file: