Extend scipy.integrate with various methods for solve_ivp
-
Updated
Feb 13, 2025 - Python
Extend scipy.integrate with various methods for solve_ivp
ODE system solver using dG(q), time-discontinuous Galerkin with Lobatto basis.
Contains sample implementations in python of the following numerical methods: Euler's Method, Midpoint Euler's Method, Runge Kuttta Method of Order 4, and Composite Simpson's Rule
Evaluating numerical methods for approximating ODE using Python
Add a description, image, and links to the ivp topic page so that developers can more easily learn about it.
To associate your repository with the ivp topic, visit your repo's landing page and select "manage topics."