Skip to content

A library of premade problems for examples and testing differential equation solvers and other SciML scientific machine learning tools

License

Notifications You must be signed in to change notification settings

SciML/DiffEqProblemLibrary.jl

Repository files navigation

DiffEqProblemLibrary.jl

Build Status SciML Code Style

DiffEqProblemLibrary.jl is a component package in the DifferentialEquations ecosystem. It contains premade problems for the differential equations solvers. These can either be used as tests or as examples to show how to use the the solvers. Check out the problems in the src directory. Users interested in using this functionality should check out DifferentialEquations.jl.