Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4423b77
C++ version of calc_all_tdust_gasgr_1d_g created
ChristopherBignamini Jan 8, 2026
1d7af38
Fortran version removed and C++ version added
ChristopherBignamini Jan 8, 2026
df6d872
Documentation added
ChristopherBignamini Jan 8, 2026
b538cfe
Loop index offset removed and code cleanup
ChristopherBignamini Jan 8, 2026
a48f4c0
Wrapper and declaration removed
ChristopherBignamini Jan 8, 2026
63c5591
Fortran version source file removed
ChristopherBignamini Jan 8, 2026
61a7d8f
Code updated to call C++ version of calc_all_tdust_gasgr_1d_g
ChristopherBignamini Jan 8, 2026
f19ee31
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 8, 2026
1f188e3
const condition added to read only input parameter
ChristopherBignamini Jan 9, 2026
a821040
Merge branch 'newchem-cpp_transcribe_calc_all_tdust_gasgr_1d_g' of ht…
ChristopherBignamini Jan 9, 2026
35aad37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 9, 2026
e1f98bb
Merge remote-tracking branch 'mabruzzo/ncc/transcribe_calc_grain_size…
ChristopherBignamini Jan 18, 2026
22115c1
Merge of preliminary calculation from #464 and used variable update
ChristopherBignamini Jan 18, 2026
4e47739
Merge branch 'newchem-cpp_transcribe_calc_all_tdust_gasgr_1d_g' of ht…
ChristopherBignamini Jan 18, 2026
6d4b229
Unused wrapper alias removed
ChristopherBignamini Jan 18, 2026
7d3234f
calc_all_tdust_gasgr_1d_g moved to dust folder
ChristopherBignamini Jan 18, 2026
991f4e5
calc_all_tdust_gasgr_1d_g moved to dust folder
ChristopherBignamini Jan 18, 2026
4be6fa1
Include path fix
ChristopherBignamini Jan 18, 2026
667c500
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 18, 2026
1bdfa07
Merge remote-tracking branch 'upstream/newchem-cpp' into newchem-cpp_…
ChristopherBignamini Mar 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ add_library(Grackle_Grackle
cool1d_multi_g.cpp cool1d_multi_g.hpp
cool_multi_time_g.cpp cool_multi_time_g.h
dust_props.hpp
dust/calc_all_tdust_gasgr_1d_g.cpp dust/calc_all_tdust_gasgr_1d_g.hpp
dust/grain_species_info.cpp dust/grain_species_info.hpp
dust/lookup_dust_rates1d.hpp
dust/multi_grain_species/calc_grain_size_increment_1d.hpp
Expand Down Expand Up @@ -148,7 +149,6 @@ add_library(Grackle_Grackle
visitor/printer.hpp

# Fortran Source Files
calc_all_tdust_gasgr_1d_g.F
calc_tdust_1d_g.F
interpolators_g.F
calc_grain_size_increment_1d.F
Expand Down
2 changes: 1 addition & 1 deletion src/clib/Make.config.objects
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ OBJS_CONFIG_LIB = \
cool1d_cloudy_old_tables_g.lo \
cool1d_multi_g.lo \
cool_multi_time_g.lo \
dust/calc_all_tdust_gasgr_1d_g.lo \
dust/grain_species_info.lo \
dynamic_api.lo \
grackle_units.lo \
Expand All @@ -45,7 +46,6 @@ OBJS_CONFIG_LIB = \
solve_rate_cool.lo \
status_reporting.lo \
update_UVbackground_rates.lo \
calc_all_tdust_gasgr_1d_g.lo \
calc_tdust_1d_g.lo \
calc_tdust_3d.lo \
calc_grain_size_increment_1d.lo \
Expand Down
353 changes: 0 additions & 353 deletions src/clib/calc_all_tdust_gasgr_1d_g.F

This file was deleted.

Loading