Skip to content

Commit

Permalink
Update algorithms.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas-Ekanathan authored Apr 23, 2024
1 parent 9ae554e commit 06d2c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -1231,6 +1230,7 @@ year = {2024},
}
"""

struct RKN4 <: OrdinaryDiffEqAlgorithm end

################################################################################

Expand Down

0 comments on commit 06d2c31

Please sign in to comment.