AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/composites.rst
docs/computation.rst
docs/conf.py
docs/constants.rst
docs/contributing.rst
docs/faq.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/memory_management.rst
docs/monitors.rst
docs/overview.rst
docs/quickstart.rst
docs/state.rst
docs/timestepping.rst
docs/writing_components.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
sympl/__init__.py
sympl.egg-info/PKG-INFO
sympl.egg-info/SOURCES.txt
sympl.egg-info/dependency_links.txt
sympl.egg-info/requires.txt
sympl.egg-info/top_level.txt
sympl.egg-info/zip-safe
sympl/_components/__init__.py
sympl/_components/basic.py
sympl/_components/netcdf.py
sympl/_components/plot.py
sympl/_core/__init__.py
sympl/_core/array.py
sympl/_core/base_components.py
sympl/_core/constants.py
sympl/_core/exceptions.py
sympl/_core/testing.py
sympl/_core/time.py
sympl/_core/timestepping.py
sympl/_core/units.py
sympl/_core/util.py
sympl/_core/wrappers.py
tests/__init__.py
tests/restart.nc
tests/test_array.py
tests/test_base_components.py
tests/test_components.py
tests/test_constants.py
tests/test_get_restore_numpy_array.py
tests/test_match_dims_like.py
tests/test_netcdf_monitor.py
tests/test_restart_monitor.py
tests/test_time.py
tests/test_timestepping.py
tests/test_util.py
tests/test_wrapper.py