Metadata-Version: 2.1
Name: checkpoint-schedules
Version: 1.0.0
Summary: Schedules for incremental checkpointing of adjoint simulations.
Author-email: "Daiane I. Dolci " <ddolci@eimperial.ic.ac.uk>, "James R. Maddison" <j.r.maddison@ed.ac.uk>, "David A. Ham" <david.ham@imperial.ac.uk>, Guillaume Pallez <guillaume.pallez@inria.fr>, Julien Herrmann <jln.herrmann@gmail.com>
License: LGPL-3.0
Project-URL: Homepage, https://www.firedrakeproject.org/checkpoint_schedules/
Project-URL: repository, https://github.com/firedrakeproject/checkpoint_schedules
Project-URL: Bug Tracker, https://github.com/firedrakeproject/checkpoint_schedules/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: numba
Requires-Dist: numba; extra == "numba"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbsphinx_link; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Provides-Extra: notebooks
Requires-Dist: jupyter; extra == "notebooks"
Requires-Dist: scipy; extra == "notebooks"
Requires-Dist: tabulate; extra == "notebooks"

# checkpoint_schedules
*checkpointing_schedules* provides schedules for step-based incremental
checkpointing of the adjoints to computer models. 

The complete documentation for *checkpoint_schedules* is available at https://www.firedrakeproject.org/checkpoint_schedules/.
