High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
563
stars
211
forks
source link
kappa vs κ in OrdinaryDiffEqBDF #2392
Open
ArnoStrouwen opened 3 months ago
I'm guessing this keyword has the same functionality in both methods: https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqBDF/src/algorithms.jl#L145 https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqBDF/src/algorithms.jl#L291 Should this be standardized?
This confuses me even more: https://github.com/SciML/OrdinaryDiffEq.jl/blob/f43bcaf781478b20a5cd69616c11d964f3a699c7/lib/OrdinaryDiffEqBDF/src/algorithms.jl#L223-L226