CFD-GO / TCLB

TCLB - Templated MPI+CUDA/CPU Lattice Boltzmann code
https://tclb.io
GNU General Public License v3.0
183 stars 72 forks source link

Zone indexes are not consistent #488

Closed llaniewski closed 10 months ago

llaniewski commented 10 months ago

The changes introduced for the arbitrary grid caused the zone numbers to not be consistent across runs. This makes some tests fail (eg. #486, #487)

llaniewski commented 10 months ago

The problem seems to be related to the mechanism the zone names are gathered, which is in conflict with how restart files look.