LICENSE
README.md
pyproject.toml
setup.cfg
IRKsome_gadopt.egg-info/PKG-INFO
IRKsome_gadopt.egg-info/SOURCES.txt
IRKsome_gadopt.egg-info/dependency_links.txt
IRKsome_gadopt.egg-info/requires.txt
IRKsome_gadopt.egg-info/top_level.txt
irksome/__init__.py
irksome/backend.py
irksome/base_time_stepper.py
irksome/bcs.py
irksome/constant.py
irksome/dirk_stepper.py
irksome/discontinuous_galerkin_stepper.py
irksome/explicit_stepper.py
irksome/galerkin_stepper.py
irksome/imex.py
irksome/integrated_lagrange.py
irksome/labeling.py
irksome/nystrom_dirk_stepper.py
irksome/nystrom_stepper.py
irksome/pc.py
irksome/scheme.py
irksome/stage_derivative.py
irksome/stage_value.py
irksome/stepper.py
irksome/tools.py
irksome/backends/__init__.py
irksome/backends/dolfinx.py
irksome/backends/firedrake.py
irksome/tableaux/ButcherTableaux.py
irksome/tableaux/ars_dirk_imex_tableaux.py
irksome/tableaux/dirk_imex_tableaux.py
irksome/tableaux/pep_explicit_rk.py
irksome/tableaux/sspk_tableau.py
irksome/tableaux/wso_dirk_tableaux.py
irksome/ufl/__init__.py
irksome/ufl/deriv.py
irksome/ufl/estimate_degrees.py
irksome/ufl/manipulation.py
tests/test_accuracy.py
tests/test_adaptive.py
tests/test_adjoint.py
tests/test_appctx.py
tests/test_base_kwargs.py
tests/test_bern.py
tests/test_bounds.py
tests/test_butcher.py
tests/test_curl.py
tests/test_dae.py
tests/test_degree_estimation.py
tests/test_delta.py
tests/test_differentiation.py
tests/test_dirichletbc.py
tests/test_dirk.py
tests/test_disc_galerkin.py
tests/test_equationbc.py
tests/test_explicit.py
tests/test_galerkin.py
tests/test_imex.py
tests/test_inhomogbc.py
tests/test_mass_conservation.py
tests/test_nystrom.py
tests/test_nystrom_pc.py
tests/test_odevsdae.py
tests/test_pc.py
tests/test_rtcf.py
tests/test_split.py
tests/test_stage_value_init.py
tests/test_stokes.py
tests/test_subdomainbc.py
tests/test_tensor_fs.py
tests/test_time_form_splitting.py
tests/test_vecbc.py
tests/test_wave_energy.py