How do I specify whether a chunk has ghost zones or not?
Open
question
- Dominant language
- C++
- Stars
- 161
- Forks
- 59
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 7
Description
In a simulation, one often stores blocks of data surrounded by a number of ghost zones to allow stencil operations. When writing data to a file, one can either output these ghost zones as well (e.g. for debugging) or not.
Does openPMD make any assumptions about whether chunks have ghost zones? How can I describe whether ghost zones are present?
Contributor guide
Assessment
This issue has not been assessed yet.