hemelb-codes / hemelb

A high performance parallel lattice-Boltzmann code for large scale fluid flow in complex geometries
GNU Lesser General Public License v3.0
34 stars 11 forks source link

Improve property extraction to aid checkpointing #785

Closed rupertnash closed 2 years ago

rupertnash commented 2 years ago

As part of work to implement RBC checkpointing, it became clear that the distributions have to be saved at double precision to be accurate enough.

Here I implement this and a minor improvement to the XML to support this.

Closes #483