jorgensd / adios4dolfinx

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

Add time dependent mesh checkpoint #83

Closed jorgensd closed 8 months ago

jorgensd commented 8 months ago

Write mesh to file with associated time stamp.

Only time dependent mesh variable is the geometry. Topology and cell information is assumed to be written at the first step in the file.

Resolves #71.

Other fixes Fixes a bug in partitioning that happened if ran on more than two processes.