LICENSE
README.md
pyproject.toml
src/io4dolfinx/__init__.py
src/io4dolfinx/checkpointing.py
src/io4dolfinx/comm_helpers.py
src/io4dolfinx/compat.py
src/io4dolfinx/original_checkpoint.py
src/io4dolfinx/py.typed
src/io4dolfinx/readers.py
src/io4dolfinx/snapshot.py
src/io4dolfinx/structures.py
src/io4dolfinx/utils.py
src/io4dolfinx/writers.py
src/io4dolfinx.egg-info/PKG-INFO
src/io4dolfinx.egg-info/SOURCES.txt
src/io4dolfinx.egg-info/dependency_links.txt
src/io4dolfinx.egg-info/requires.txt
src/io4dolfinx.egg-info/top_level.txt
src/io4dolfinx/backends/__init__.py
src/io4dolfinx/backends/adios2/__init__.py
src/io4dolfinx/backends/adios2/backend.py
src/io4dolfinx/backends/adios2/helpers.py
src/io4dolfinx/backends/exodus/__init__.py
src/io4dolfinx/backends/exodus/backend.py
src/io4dolfinx/backends/h5py/__init__.py
src/io4dolfinx/backends/h5py/backend.py
src/io4dolfinx/backends/pyvista/__init__.py
src/io4dolfinx/backends/pyvista/backend.py
src/io4dolfinx/backends/vtkhdf/__init__.py
src/io4dolfinx/backends/vtkhdf/backend.py
src/io4dolfinx/backends/xdmf/__init__.py
src/io4dolfinx/backends/xdmf/backend.py
tests/test_attributes.py
tests/test_checkpointing.py
tests/test_checkpointing_vector.py
tests/test_exodus.py
tests/test_geometry_dofmap_reconstruction.py
tests/test_legacy_readers.py
tests/test_mesh.py
tests/test_mesh_writer.py
tests/test_meshtags.py
tests/test_numpy_vectorization.py
tests/test_original_checkpoint.py
tests/test_pyvista.py
tests/test_snapshot_checkpoint.py
tests/test_version.py
tests/test_vtkhdf.py
tests/test_xdmf.py