Skip to content

Commit

Permalink
Merge pull request #10 from mabruzzo/gen2024-step_rate_newton_raphson
Browse files Browse the repository at this point in the history
factor `step_rate_newton_raphson` out of `solve_rate_cool_g.F`
  • Loading branch information
brittonsmith authored Dec 18, 2024
2 parents 1bd31a9 + ac1be72 commit 60a389e
Show file tree
Hide file tree
Showing 4 changed files with 1,110 additions and 675 deletions.
1 change: 1 addition & 0 deletions src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ add_library(Grackle_Grackle
cool_multi_time_g.F
interpolators_g.F
solve_rate_cool_g.F
step_rate_newton_raphson.F
calc_grain_size_increment_1d.F
gaussj_g.F
lookup_cool_rates0d.F
Expand Down
3 changes: 2 additions & 1 deletion src/clib/Make.config.objects
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ OBJS_CONFIG_LIB = \
calc_grain_size_increment_1d.lo \
rate_functions.lo \
gaussj_g.lo \
utils.lo
utils.lo \
step_rate_newton_raphson.lo
Loading

0 comments on commit 60a389e

Please sign in to comment.