Skip to content

patrickbuchner/ndarray-ode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndarray-ode

Ordinaray differential equation solver for ndarray.

Implemented

  • One Step ODE solver (can use Runge Kutta methods)
  • Two Step Methods (Midpoint rules)

Implementation inspirations from

Examples

See the examples directory. One can run for example:

cargo r -p keppler

Details

Plotting works via python matplotlib and pyarrow. Storing of calculated data can be done with polars.

To be done

  • Documentation
  • Further classic integrators (currently only symplectic Euler)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages