Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jul 9, 2023
1 parent 6e9f391 commit 4434b31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ Method name | Type | Order | Number of Stages | Reference
`rko129` | Variable-step | 12 | 29 | [Ono (2006)](http://www.peterstone.name/Maplepgs/Maple/nmthds/RKcoeff/Runge_Kutta_schemes/RK12/RKcoeff12h(9)_1.pdf)
`rkf1412` | Variable-step | 14 | 35 | [Feagin (2006)](https://sce.uhcl.edu/rungekutta/rk1412.txt)

LS = Low storage.
SSP = Strong stability preserving.
#### Notes:
* LS = Low storage
* SSP = Strong stability preserving
* FSAL = First same as last

### Example use case

Basic use of the library is shown here (this uses the `rktp86` method):
Expand Down

0 comments on commit 4434b31

Please sign in to comment.