libyt Documents¶
version 0.1.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
libyt
in 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
libyt
to 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
.