I opened an OpenPMD file in Paraview 5.13.1 on MacOS Sequoia 15.0.1, but nothing is rendered (no box representing the simulation volume). I also don’t see any options to change the coloring of the geometry representation to that of any of the fields that it lists in the reader:
We did a bunch of new additions to the openPMD reader over the last couple months to support different data layouts supported by the openPMD API. I suspect some of it might have broken existing functionality from 5.12.1. I’ll investigate this.
Issue identified: Since we did not fully support AMR grids using the openPMD reader, in the last iteration of updates we skipped all arrays whose variable names contain _lvl. This was done because the openPMD reader crashed when there were arrays with different shapes becase of different levels of refinement. As a side effect, the feature the data that was previously possible to load will break. If you’re interested I can send a python drop-in replacement to get around the issue until we implement full AMR support in the near future.
@BenWibking Can you tell me if you’re building ParaView or downloading pre-built binaries?
Also, are you using Linux of MacOS if using binaries?
It would be ideal for the openPMD reader to have a test but currently we don’t have one.
I’m not certain if ParaView has tests for python plugins, @cory.quammen is this true?
I’m using the pre-built binaries on macOS. I typically build Paraview using Spack on Linux. It would be great if you could add a patch to the Spack package.