From 0f343bdbcad61f236a3e5c530d99402fc22627cb Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Wed, 15 Mar 2023 15:31:21 -0600 Subject: [PATCH] Forgot a readme thing --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f9c8abc..b4027f7 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ and field line tracing: - The ability to define "callback events" and stop or change the integator or underlying ODE if certain conditions are met (zero crossings) - A fourth order interpolator for the Domand Prince algorithm +- Parameters in the derivative and callback functions ### Future Improvements @@ -21,7 +22,6 @@ and field line tracing: - Verner - Tsit(5) - Runge Kutta Cash Karp -- Parameters in the derivative and callback functions - Composite Algorithms - Automatic Stiffness Detection - Fixed Time Steps