BSeries.jl
BSeries.jl copied to clipboard
Computing with B-series in Julia
This pull request changes the compat entry for the `Symbolics` package from `3, 4, 5` to `3, 4, 5, 6` for package docs. This keeps the compat entries for earlier...
This pull request changes the compat entry for the `Symbolics` package from `4, 5` to `4, 5, 6`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `Symbolics` package from `4, 5` to `4, 5, 6` for package test. This keeps the compat entries for earlier versions. Note:...
Switch to https://github.com/julia-actions/julia-format to get suggestions in PRs
A potential use case involves finding B-series for operator splitting methods. To do this, we would need composition to work with different step sizes (this should be easy) and different...
It would be nice to compare some functionality and document possible interoperability with these packages: https://github.com/dzhang314/RungeKuttaToolKit.jl > RungeKuttaToolKit.jl is a Julia package that provides tools for constructing and analyzing Runge–Kutta...