libyt Documents¶
version 0.3.0
libyt is an open source C library for simulation.
It is an in situ analysis tool that allows researchers to analyze and visualize data using yt or other Python packages in parallel during simulation runtime.
Contents¶
For users:
Example: this demonstrates how to implement
libytin an amr simulation step by step.How to Install: how to get
libyt?How it Works: what is happening behind the scene?
In Situ Python Analysis: this is for users that are using
libytto do in situ analysis.
For simulation developers:
libyt API: this is for simulation developers that wish to implement
libyt.Debug and Time Profiling: how to check inputs and run time profiling in
libyt.