-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
It would be great to either in ADIOS2 or here have an option to mask Selections
(offset+extent) reads that are outside of available data index space (openPMD: availableChunks()
) with a constant value, e.g., zero.
This would simplify implementations like:
openPMD/openPMD-viewer#332
for the mesh-refinement extension
openPMD/openPMD-standard#252