AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/component_types.rst
docs/components.rst
docs/composites.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/memory_management.rst
docs/naming.rst
docs/readme.rst
docs/timestepping.rst
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/timestepping.py
sympl/_core/units.py
sympl/_core/util.py
tests/__init__.py
tests/test_array.py
tests/test_base_components.py
tests/test_components.py
tests/test_timestepping.py
tests/test_util.py