.gitignore
.pylintrc
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/build.yml
.github/workflows/docs-build.yml
.github/workflows/python-publish.yml
conda_build/rkstiff/meta.yaml
demos/allen_cahn.ipynb
demos/burgers.ipynb
demos/constant_vs_adaptive.ipynb
demos/kdv.ipynb
demos/ks.ipynb
demos/nls.ipynb
demos/sine_gordon.ipynb
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/custom.js
images/KSfig.png
rkstiff/__init__.py
rkstiff/__version__.py
rkstiff/derivatives.py
rkstiff/etd.py
rkstiff/etd34.py
rkstiff/etd35.py
rkstiff/etd4.py
rkstiff/etd5.py
rkstiff/grids.py
rkstiff/if34.py
rkstiff/if4.py
rkstiff/if45dp.py
rkstiff/models.py
rkstiff/solver.py
rkstiff/solveras.py
rkstiff/solvercs.py
rkstiff/transforms.py
rkstiff.egg-info/PKG-INFO
rkstiff.egg-info/SOURCES.txt
rkstiff.egg-info/dependency_links.txt
rkstiff.egg-info/requires.txt
rkstiff.egg-info/top_level.txt
rkstiff/util/__init__.py
rkstiff/util/loghelper.py
rkstiff/util/solver_type.py
tests/test_derivatives_cheb.py
tests/test_derivatives_extra.py
tests/test_derivatives_fft.py
tests/test_derivatives_rfft.py
tests/test_etd.py
tests/test_etd34.py
tests/test_etd35.py
tests/test_etd4.py
tests/test_etd5.py
tests/test_grids.py
tests/test_if34.py
tests/test_if4.py
tests/test_if45dp.py
tests/test_loghelper.py
tests/test_models.py
tests/test_order_convergence.py
tests/test_solver.py
tests/test_solver_type.py
tests/test_solveras.py
tests/test_solvercs.py
tests/test_transforms.py
tests/testing_util.py