From 5b0cc53827563ee5458f893f88afbacc36e1b344 Mon Sep 17 00:00:00 2001 From: Shreyas-Ekanathan <142109039+Shreyas-Ekanathan@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:47:44 -0400 Subject: [PATCH] Update algorithms.jl --- src/algorithms.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms.jl b/src/algorithms.jl index 06c88b638b..bee2489ee2 100644 --- a/src/algorithms.jl +++ b/src/algorithms.jl @@ -673,7 +673,7 @@ year={1999}, publisher={Elsevier} } -RadauII9: Fully-Implicit Runge-Kutta Method +RadauIIA9: Fully-Implicit Runge-Kutta Method An A-B-L stable fully implicit Runge-Kutta method with internal tableau complex basis transform for efficiency. """ struct RadauIIA9{CS, AD, F, P, FDT, ST, CJ, Tol, C1, C2, StepLimiter} <: