Saving mesh and mesh_tags using adios4dolfinx

Adios does not do any sort changes, But it uses the dolfinx mesh, which is repartitioned when read in. This has been explained in:

I have just made a checkpointing function that writes the data in the same order as the input mesh, see:

This means that you can read your mesh and meshtags from an XDMFFile, and only read the function from the checkpoint.

1 Like