Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 378 Bytes

ODE_solver (Under development, but already running!!!)

This package is designed to solve first order Ordinary Differential Equaitons (ODE) numerically in C++ with post processing in python.

To do list: Enhance Python post processing application. Enhance Method::time_step_advance() function. IDEA: Let user pass string with solver name. Add more solvers (Runge-Kutta, etc.)