jorgensd / adios4dolfinx

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

Add read from partition #81

Closed jorgensd closed 8 months ago

jorgensd commented 8 months ago

Addresses Add read in partitioning option for adios4dolfinx #27.

One can with this PR read partitioning data from the adios4dolfinx file to re-use partitioning (including ghosted cells) from a previous run.

The local order of the cells can be re-ordered.

jorgensd commented 8 months ago

@IgorBaratta Any comments on this approach?:) I think it is rather neat, and we should probably add it to XDMFFile in DOLFINx as well.