libyt
is an open source C library for simulation, that allows researchers to analyze and visualize data using yt
or other Python packages in parallel during simulation runtime. In this way, we can skip the step of writing data to local disk before doing analysis using Python. This greatly reduce the disk usage, and increase the temporal resolution.
- Documents: https://libyt.readthedocs.io/
- See
libyt
working progress: Project Board