.gitignore
.gitlab-ci.yml
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
bice/.gitignore
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
demos/.gitignore
demos/CHE/ch2d.py
demos/CHE/che.py
demos/Heat/heat.py
demos/LVE/lve.py
demos/NE/ne1d.py
demos/NE/ne1d_continuation.py
demos/NE/ne1d_lyapunov.py
demos/NE/ne2d.py
demos/SHE/README.md
demos/SHE/sample.svg
demos/SHE/she.py
demos/SHE/she_auto.py
demos/SHE/she_fd.py
demos/SHE/she_ps.py
demos/TFE/README.md
demos/TFE/tfe_fd_simulation.py
demos/TFE/tfe_ps_simulation.py
demos/TFE/Coating/coating_problem.py
demos/TFE/Coating/continuation.py
demos/TFE/Coating/hopf.py
demos/TFE/adaptive/adaptive_problem.py
demos/TFE/adaptive/adiabatic.py
demos/TFE/adaptive/steady.py
demos/TFE/adaptive/stick-slip.py
demos/TFE/adaptive/volume_constraint.py
demos/TFE/substrates/elastic.py
demos/TFE/substrates/two_field_volume_constraint.py
demos/acPFC/acPFC1d.py
demos/acPFC/acPFC1d_lyapunov.py
demos/acPFC/acPFC2d.py
demos/acPFC/acPFC_fd.py
demos/acPFC/acPFC_fd_v0loop.py
demos/acPFC/acPFC_v0loop.py
demos/acPFC/palma_acPFC1d.py
demos/acPFC/palma_acPFC1d_lyapunov.py
demos/acPFC/plot_spacetime.py
demos/bratu-gelfand/.gitignore
demos/bratu-gelfand/bratu.py
doc/.gitignore
doc/Makefile
doc/conf.py
doc/index.rst