Skip to content

Fix particles and mesh layout mismatch issue

Fixing the openPMD reader array layout issue where mesh and particles are misaligned. Earlier the reader would not distinguish between the composite arrays layed out as z, y, x or x, y, z, with the new change the different layouts are honored.

Merge request reports