![]() |
(git:4a2d255)
|
#include "./base/base_uses.f90"Go to the source code of this file.
Data Types | |
| type | linesearch::linesearch_type |
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. | |
| subroutine, public | linesearch::linesearch_init (this, section, label) |
| Initialize linesearch from given input section. | |
| subroutine, public | linesearch::linesearch_finalize (this) |
| Finzalize line search machinery. | |
| subroutine, public | linesearch::linesearch_reset (this) |
| Reset line search to initial state. | |
| subroutine, public | linesearch::linesearch_step (this, energy, slope) |
| Calculate step length of next line search step. | |