diff --git a/src/algorithms.jl b/src/algorithms.jl index c530e25ffc..2c44f2d2ac 100644 --- a/src/algorithms.jl +++ b/src/algorithms.jl @@ -1209,9 +1209,8 @@ volume={400}, pages={113753} } """ -struct ERKN7 <: OrdinaryDiffEqAdaptivePartitionedAlgorithm end -struct RKN4 <: OrdinaryDiffEqAlgorithm end +struct ERKN7 <: OrdinaryDiffEqAdaptivePartitionedAlgorithm end """ 3 stage fourth order Runge-Kutta Nystrom method to solve second order linear inhomogenous IVPs. @@ -1231,6 +1230,7 @@ year = {2024}, } """ +struct RKN4 <: OrdinaryDiffEqAlgorithm end ################################################################################