Skip to content

[newton] Allow to change minimum number of Newton iterations

Timo Koch requested to merge feature/newton-allow-custom-minsteps into master

Fixes #659 (closed).

  • Introduce a parameter MinSteps for Newton
  • Introduce a parameter Verbosity for Newton
  • Replace bool verbose by int verbosity for verbosity levels
  • Introduce parameter output (default: on) for Newton
Edited by Timo Koch

Merge request reports