SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
563 stars 211 forks source link

kappa vs κ in OrdinaryDiffEqBDF #2392

Open ArnoStrouwen opened 3 months ago

ArnoStrouwen commented 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

ChrisRackauckas commented 3 months ago

We should expose it as kappa since we don't permit unicode in public APIs.