Description
adios4dolfinx is an extension for DOLFINx to checkpoint meshes, meshtags and functions using ADIOS2.
The code uses the adios2 Python-wrappers to write DOLFINx objects to file, supporting N-to-M (recoverable) and N-to-N (snapshot) checkpointing.
For scalability, the code uses MPI Neighbourhood collectives for communication across processes.
This package installs the library for Python 3.