We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e67179 commit 558481eCopy full SHA for 558481e
lib/OrdinaryDiffEqAdamsBashforthMoulton/src/algorithms.jl
@@ -137,6 +137,3 @@ An adaptive order adaptive time Adams Moulton method.
137
It uses an order adaptivity algorithm is derived from Shampine's DDEABM.
138
"""
139
struct VCABM <: OrdinaryDiffEqAdamsVarOrderVarStepAlgorithm end
140
-
141
-const MultistepAlgorithms = Union{
142
- AB3, AB4, AB5, ABM32, ABM43, ABM54}
0 commit comments