(git:b195825)
linesearch.F File Reference

Go to the source code of this file.

Modules

module  linesearch
 A generic framework to calculate step lengths for 1D line search.
 

Functions/Subroutines

subroutine, public linesearch::linesearch_create_section (section)
 Declare the line search input section. More...
 
subroutine, public linesearch::linesearch_init (this, section, label)
 Initialize linesearch from given input section. More...
 
subroutine, public linesearch::linesearch_finalize (this)
 Finzalize line search machinery. More...
 
subroutine, public linesearch::linesearch_reset (this)
 Reset line search to initial state. More...
 
subroutine, public linesearch::linesearch_step (this, energy, slope)
 Calculate step length of next line search step. More...