-
-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Instead of
DiffEqDevTools.jl/src/ode_tableaus.jl
Line 2469 in 260b90d
return(ExplicitRKTableau(A,c,α,6)) |
constructTanakaKasugaYamashitaYazaki6D should return
return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))
Instead of
DiffEqDevTools.jl/src/ode_tableaus.jl
Line 2554 in 260b90d
return(ExplicitRKTableau(A,c,α,6)) |
constructTanakaKasugaYamashitaYazaki6C should return
return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))
Instead of
DiffEqDevTools.jl/src/ode_tableaus.jl
Line 2639 in 260b90d
return(ExplicitRKTableau(A,c,α,6)) |
constructTanakaKasugaYamashitaYazaki6B should return
return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))
Instead of
DiffEqDevTools.jl/src/ode_tableaus.jl
Line 2724 in 260b90d
return(ExplicitRKTableau(A,c,α,6)) |
constructTanakaKasugaYamashitaYazaki6A should return
return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))
Instead of
DiffEqDevTools.jl/src/ode_tableaus.jl
Line 2789 in 260b90d
return(ExplicitRKTableau(A,c,α,6)) |
constructMikkawyEisa should return
return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))
Check the proposed orders...