dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
Dune::PDELab::LineSearchNone< Newton > Class Template Reference

Class for simply updating the solution without line search. More...

#include <dune/pdelab/solver/newtonlinesearch.hh>

Inheritance diagram for Dune::PDELab::LineSearchNone< Newton >:
Inheritance graph

Public Types

using Domain = typename Newton::Domain
 
using Real = typename Newton::Real
 

Public Member Functions

 LineSearchNone (Newton &newton)
 
virtual void lineSearch (Domain &solution, const Domain &correction) override
 Do line search (in this case just update the solution) More...
 
virtual void setParameters (const ParameterTree &) override
 Set parameters. More...
 

Detailed Description

template<typename Newton>
class Dune::PDELab::LineSearchNone< Newton >

Class for simply updating the solution without line search.

Member Typedef Documentation

◆ Domain

template<typename Newton >
using Dune::PDELab::LineSearchNone< Newton >::Domain = typename Newton::Domain

◆ Real

template<typename Newton >
using Dune::PDELab::LineSearchNone< Newton >::Real = typename Newton::Real

Constructor & Destructor Documentation

◆ LineSearchNone()

template<typename Newton >
Dune::PDELab::LineSearchNone< Newton >::LineSearchNone ( Newton &  newton)
inline

Member Function Documentation

◆ lineSearch()

template<typename Newton >
virtual void Dune::PDELab::LineSearchNone< Newton >::lineSearch ( Domain solution,
const Domain correction 
)
inlineoverridevirtual

Do line search (in this case just update the solution)

Implements Dune::PDELab::LineSearchInterface< Newton::Domain >.

◆ setParameters()

template<typename Newton >
virtual void Dune::PDELab::LineSearchNone< Newton >::setParameters ( const ParameterTree &  )
inlineoverridevirtual

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