jorgensd / jorgensd/adios4dolfinx
Add `BeginStep` and `EndStep` as part of the context manager
Open
good first issue
- Dominant language
- Python
- Stars
- 33
- Forks
- 8
- Avg merge
- 22d 12h
- Merged PRs (30d)
- 1
Description
According to https://adios2.readthedocs.io/en/v2.9.2/components/components.html#beginstep we should always make sure to wrap all reads and writes into begin - end step blocks, so we should just make sure to add this as a part of the context manager so that we don't forget to do this.
Contributor guide
Assessment
This issue has not been assessed yet.