eom
eom copied to clipboard
Configurable ODE/PDE solver
- [ ] implicit Euler (ieuler) - [ ] [diagonally implicit runge-kutta (dirk)](http://epubs.siam.org/doi/abs/10.1137/0714068)
Confirm the current implementation of CLV reproduces the past studies. [Ginelli et al.] ----------------------------------------------- - arxiv: https://arxiv.org/abs/1212.3961 - title: Covariant Lyapunov vectors ### TODOs - [ ] Henon Map [Takeuchi...
- [x] Kuramoto-Sivashinsky (1D) #45 - [x] Swift-Hohenberg (1D) #74 - [ ] Complex Ginzburg-Landau (1D) - [ ] KdV (1D) - [ ] Gray-Scott (2D) - [ ] Navier-Stokes...
Hello! I found your library after searching about odes and solvers and it looks very promising :) (I'm the one from twitter). Are you open to contribution? Because the fluid...