termoshtt / eom

Configurable ODE/PDE solver
MIT License
59 stars 8 forks source link

GOY shell model #9

Closed termoshtt closed 7 years ago

termoshtt commented 7 years ago

Low-dimensional multi-scale dynamics

termoshtt commented 7 years ago

This model is first one using complex class. Current code is not compatible to num_complex::Complex class since it does not implements AddAssign and so on. I create a new complex type, a wrapper of [f64; 2] on simple-complex.

termoshtt commented 7 years ago

num-extra dependence should be removed