Skip to content

WIP: Logger: scheme dependent output

Loic Hausammann requested to merge logger_api into master

In this merge request, I am implementing the possibility to have different scheme with the logger and also the different type of particle in the loader (but currently they cannot change during the simulation, it will be done in a next merge request).

If you wish to take a look at the API for the schemes, you can go to src/hydro/Gadget2/hydro_io.h (last function), logger/hydro/Gadget2/logger_hydro.h. Due to the new particle types in the loader, the python API has been changed a bit, you can take a look in logger/examples/reader_example.py.

I will need a few days to clean it and then I will assign the merge request to Pedro.

Merge request reports