openPMD / openPMD-api

:floppy_disk: C++ & Python API for Scientific I/O
https://openpmd-api.readthedocs.io
GNU Lesser General Public License v3.0
134 stars 51 forks source link

Paraview expects *.pmd files, rather than *.bp files? #1567

Closed BenWibking closed 6 months ago

BenWibking commented 6 months ago

What do you want to achieve, please describe.

I want to open the *.bp files written out with openPMD-api :)

Paraview recognizes the files as ADIOS files, but not as something that can be read by the openPMD-api reader in Paraview 5.12.0-RC1:

Screenshot 2023-12-08 at 3 43 34 PM

Software Environment: Have you already installed openPMD-api? If so, please tell us which version of openPMD-api your question is about:

BenWibking commented 6 months ago

Ah, my question is answered here: https://openpmd-api.readthedocs.io/en/latest/analysis/paraview.html.

Sorry for the noise.