m-squared96 / PyPLANE

An open source replacement to the traditional DFIELD and PPLANE applications for solving systems of ODEs
GNU General Public License v3.0
91 stars 4 forks source link

Additional Solver Methods #82

Open m-squared96 opened 3 years ago

m-squared96 commented 3 years ago

We should research and implement other ODE solvers, including but not limited to:

m-squared96 commented 3 years ago

We need not limit ourselves to those offered by NumPy, SciPy etc., we could roll our own (provided we test extensively) potentially utilising FFI.