LICENSE
README.md
setup.cfg
setup.py
bice/__init__.py
bice.egg-info/PKG-INFO
bice.egg-info/SOURCES.txt
bice.egg-info/dependency_links.txt
bice.egg-info/requires.txt
bice.egg-info/top_level.txt
bice/continuation/__init__.py
bice/continuation/bifurcations.py
bice/continuation/constraints.py
bice/continuation/continuation_steppers.py
bice/continuation/deflation.py
bice/continuation/timeperiodic.py
bice/core/__init__.py
bice/core/equation.py
bice/core/problem.py
bice/core/profiling.py
bice/core/solution.py
bice/core/solvers.py
bice/measure/__init__.py
bice/measure/lyapunov.py
bice/pde/__init__.py
bice/pde/finite_differences.py
bice/pde/pde.py
bice/pde/pseudospectral.py
bice/time_steppers/__init__.py
bice/time_steppers/bdf.py
bice/time_steppers/runge_kutta.py
bice/time_steppers/time_steppers.py
tests/__init__.py
tests/test_she.py