Python package for processing FLEKS (FLexible Exascale Kinetic Simulator) data.
python -m pip install flekspy
flekspy
can load files generated from FLEKS.
import flekspy
ds = flekspy.load("sample_data/3*amrex")
Plotting is supported via Matplotlib and YT. For more detailed usage and contribution guide, please refer to the documentation.
flekspy
is licensed under the terms of the MIT license.