Skip to content

Commit

Permalink
docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic2020 committed Feb 5, 2025
1 parent 5a74516 commit 2ecbdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stackedtime/sim_nr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Solve the simulation problem using a Newton iteration with damping.
`array[end]`.
- `damping_amijo(α=1e-4, σ=0.5)` implements a standard linesearch algorithm
based on the Armijo rule
- `damping_bank_rose(delta=0.1, rateK=10.0)` implements a the damping
algorithm of Bank and Rose 1980
- `damping_br81(delta=0.1, rateK=10.0)` implements a the damping
algorithm of Bank and Rose 1981
##### Conventions for custom damping function.
The `damping` callback function is expected to have the following signature:
Expand Down

0 comments on commit 2ecbdda

Please sign in to comment.