/ks-sim

Can Kuramoto-Sivashinsky dendrites dissapate?

Primary LanguagePython

ks-sim

Q: Can Kuramoto-Sivashinsky dendrites dissipate? See here for context.

Setup on macOS/linux

  • Install python3 and check that it worked:
    • which python should return a path
    • python --version should have a "3." in it; I'm using 3.10.4
  • Install py-pde package: python -m pip install --upgrade py-pde
  • ...
  • Profit.

Runtime

Right now just plots an (x,t)-plot and if in a py shell, returns a MemoryStorage object

Commandline, from the root of this repository

python ks.py

From jupyter/IPython

%run -i ks.py