CFD-GO / TCLB

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

Zone indexes are not consistent #488

Closed llaniewski closed 7 months ago

llaniewski commented 7 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 7 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.