README.md
license.md
pyproject.toml
src/warpSPHIntegrators/__init__.py
src/warpSPHIntegrators/adaptive.py
src/warpSPHIntegrators/ark.py
src/warpSPHIntegrators/bdf.py
src/warpSPHIntegrators/butcher.py
src/warpSPHIntegrators/dirk.py
src/warpSPHIntegrators/enums.py
src/warpSPHIntegrators/euler.py
src/warpSPHIntegrators/exponential.py
src/warpSPHIntegrators/fields.py
src/warpSPHIntegrators/fullyimplicit.py
src/warpSPHIntegrators/history.py
src/warpSPHIntegrators/imex.py
src/warpSPHIntegrators/imexmultistep.py
src/warpSPHIntegrators/integration.py
src/warpSPHIntegrators/jfnk.py
src/warpSPHIntegrators/multistep.py
src/warpSPHIntegrators/newmark.py
src/warpSPHIntegrators/protocol.py
src/warpSPHIntegrators/py.typed
src/warpSPHIntegrators/reuse.py
src/warpSPHIntegrators/rhs.py
src/warpSPHIntegrators/rkc.py
src/warpSPHIntegrators/rosenbrock.py
src/warpSPHIntegrators/ruth.py
src/warpSPHIntegrators/solvers.py
src/warpSPHIntegrators/specs.py
src/warpSPHIntegrators/stability.py
src/warpSPHIntegrators/testing.py
src/warpSPHIntegrators/tvd.py
src/warpSPHIntegrators/tvd_analysis.py
src/warpSPHIntegrators/util.py
src/warpSPHIntegrators/verlet.py
src/warpSPHIntegrators.egg-info/PKG-INFO
src/warpSPHIntegrators.egg-info/SOURCES.txt
src/warpSPHIntegrators.egg-info/dependency_links.txt
src/warpSPHIntegrators.egg-info/requires.txt
src/warpSPHIntegrators.egg-info/top_level.txt
tests/test_adaptive.py
tests/test_am.py
tests/test_ark.py
tests/test_backend_dispatch.py
tests/test_bdf.py
tests/test_benchmarks.py
tests/test_convergence.py
tests/test_copied_fields.py
tests/test_dirk.py
tests/test_embedded.py
tests/test_exponential.py
tests/test_family_enums.py
tests/test_fullyimplicit.py
tests/test_gradients.py
tests/test_groundwork.py
tests/test_hamiltonian.py
tests/test_imex.py
tests/test_imexmultistep.py
tests/test_jfnk.py
tests/test_kwargs_passthrough.py
tests/test_multistep.py
tests/test_newmark.py
tests/test_preconditioner.py
tests/test_rhs.py
tests/test_rkc.py
tests/test_rosenbrock.py
tests/test_state.py
tests/test_step_reuse.py
tests/test_stiff.py
tests/test_tvd.py