jorgensd / adios4dolfinx

Extending DOLFINx with checkpointing functionality
http://jsdokken.com/adios4dolfinx/
MIT License
20 stars 7 forks source link

Checkpointing to original mesh #70

Closed jorgensd closed 8 months ago

jorgensd commented 8 months ago

A persistent checkpoint that writes function data as it would be on the input mesh.

One can either use write_mesh_input_order to write a mesh to a checkpoint file in the same order as the "input"-mesh or simply reload the mesh from file.

A function should be written with: write_function_on_input_mesh and read with read_function (no API change for reading).

Other fixes

jorgensd commented 8 months ago

@marchirschvogel @francesco-ballarin: Ready for review