Skip to content

Changes

Triggered by GitLab Webhook
Started 12 hr ago
Took 3 min 40 sec

Summary

  1. Add Mass-Loss (details)
  2. Change stored type "double" to "float" (details)
  3. Update Doc on stellar winds (details)
  4. Correct the Doc (details)
  5. Forgot to modify the header `stellar_evolution.h` (details)
The file was modifiedsrc/feedback/GEAR/feedback_common.c (diff)
The file was modifiedsrc/feedback/GEAR/feedback_iact.h (diff)
Commit 912fa5378602cee3bece31b63bd29a5150f36afd by zrey
Change stored type "double" to "float"
The variables "energy_ejected" and "mass_ejected" in `src/feedback/GEAR/feedback_struct.h` were previously in double due to the high values in erg/yr units. Now these variables are stored as float for memory purposes and the change of units is now made directly in `stellar_evolution_compute_preSN_feedback_spart`.
The file was modifiedsrc/feedback/GEAR/feedback_struct.h (diff)
The file was modifiedsrc/feedback/GEAR/interpolation.h (diff)
The file was modifiedsrc/feedback/GEAR/stellar_evolution.c (diff)
The file was modifiedsrc/feedback/GEAR/stellar_wind.c (diff)
Commit 900f882342904172d96ce764326edee8bea8fd3b by zrey
Update Doc on stellar winds
The file was modifieddoc/RTD/source/SubgridModels/GEAR/feedback.rst (diff)
The file was modifieddoc/RTD/source/SubgridModels/GEAR/feedback.rst (diff)
Commit f62443da00dfa06c05b7ea862859af9214e5f5a3 by zrey
Forgot to modify the header `stellar_evolution.h`
The file was modifiedsrc/feedback/GEAR/stellar_evolution.h (diff)