Implement gear's stars skipping
As the stars are spending most of their time without any feedback, I am skipping them when no supernovae are produced.
@matthieu Do you accept the modifications done to runner_time_integration.c
or should I use some #ifdef
and keep only a single evolution function?
Merge request reports
Activity
added GEAR performance labels
I need to think a bit. I am not a big fan of doing things in only one of the kicks. Fundamentally, both kicks should be doing the same thing just with different dt and "who is active" conditions. If possible I'd like to keep that symmetry. Could you do what you want here in the time-step task? That is called only once per step.
Yes it should be possible.
I totally forgot about the star formation task. Currently, I am not computing the stellar evolution of the new stars. Even if I am pretty sure that I do not have a star that should produce some feedback in its first time step, we should do this in a clean way.
added 1 commit
- 68b34444 - Move stellar computation from kick2 to timestep