Ezequiel92 / star_formation_model

Implementation in Julia and C of our star formation model.

Home Page:https://ezequiel92.github.io/star_formation_model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Star formation model

Implementation in Julia and C of our star formation model.

The goal is to improve the modeling of the star formation history (SFH) in cosmological simulations of Milky Way-like galaxies.

The notebooks in this repo, can be view as static HTML files here,

  • 001_model.jl: Description of the model.
  • 002_codegen.jl: Generation of C code.
  • 003_testing.jl: Tests and error calculations.
  • 004_plots.jl: Plots.

⚠️ Warning

These scripts are written for my personal use and may break at any moment. So, use them at your own risk.

About

Implementation in Julia and C of our star formation model.

https://ezequiel92.github.io/star_formation_model/

License:GNU General Public License v3.0


Languages

Language:Julia 95.3%Language:C 4.7%