Skip to content

Commit

Permalink
Merge branch 'development' into rad_clang_tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Sep 3, 2024
2 parents ebe2d97 + a79e5b0 commit 326bc76
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 24.09

* Code clean-ups / clang-tidy (#2942, #2949)

* update the `hse_convergence` readme to reflect current convergence
(#2946)

* update the `bubble_convergence` plotting script (#2947)

* new Frontier scaling numbers (#2948)

* more GPU error printing (@3944)

* science problem updates: `flame_wave` (#2943)

* documentation updates (#2939)

# 24.08

* lazy QueueReduction has been enabled for the timing diagnostics
Expand Down
2 changes: 1 addition & 1 deletion external/Microphysics
Submodule Microphysics updated 48 files
+126 −0 .github/workflows/burn_cell_metal_chem.yml
+22 −0 .github/workflows/macos_build_cell_metal_chem.yml
+1 −1 .github/workflows/macos_build_cell_primordial_chem.yml
+15 −0 CHANGES.md
+74 −13 CMakeLists.txt
+3 −0 EOS/metal_chem/Make.package
+141 −0 EOS/metal_chem/_parameters
+263 −0 EOS/metal_chem/actual_eos.H
+11 −0 EOS/metal_chem/actual_eos_data.H
+4 −0 EOS/metal_chem/actual_eos_data.cpp
+42 −42 EOS/primordial_chem/_parameters
+25 −84 EOS/primordial_chem/actual_eos.H
+6 −30 README.md
+2 −2 integration/BackwardEuler/be_integrator.H
+0 −3 integration/VODE/vode_dvjac.H
+2 −2 integration/integrator_setup_strang.H
+7 −0 networks/metal_chem/Make.package
+2 −0 networks/metal_chem/README
+30 −0 networks/metal_chem/_parameters
+39 −0 networks/metal_chem/actual_network.H
+73 −0 networks/metal_chem/actual_network_data.cpp
+4,245 −0 networks/metal_chem/actual_rhs.H
+35 −0 networks/metal_chem/pynucastro.net
+3 −0 networks/primordial_chem/actual_network.H
+9 −0 networks/primordial_chem/actual_network_data.cpp
+5 −0 sphinx_docs/source/integrators.rst
+10 −2 unit_test/CMakeLists.txt
+17 −0 unit_test/burn_cell_metal_chem/CMakeLists.txt
+40 −0 unit_test/burn_cell_metal_chem/GNUmakefile
+2 −0 unit_test/burn_cell_metal_chem/Make.package
+24 −0 unit_test/burn_cell_metal_chem/README.md
+10,004 −0 unit_test/burn_cell_metal_chem/Semenov_PlanckOpacity.dat
+58 −0 unit_test/burn_cell_metal_chem/_parameters
+368 −0 unit_test/burn_cell_metal_chem/burn_cell.H
+90 −0 unit_test/burn_cell_metal_chem/inputs_metal_chem
+88 −0 unit_test/burn_cell_metal_chem/inputs_metal_chem_1
+49 −0 unit_test/burn_cell_metal_chem/main.cpp
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1.out
+47 −0 unit_test/burn_cell_metal_chem/reference_solution_1_z10.out
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1e-1.out
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1e-2.out
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1e-3.out
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1e-4.out
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1e-5.out
+45 −0 unit_test/burn_cell_metal_chem/reference_solution_1e-6.out
+461 −0 unit_test/burn_cell_metal_chem/test.out
+2 −2 unit_test/burn_cell_primordial_chem/burn_cell.H
+0 −402 util/hybrj/hybrj.H.hack
2 changes: 1 addition & 1 deletion external/amrex
Submodule amrex updated 156 files

0 comments on commit 326bc76

Please sign in to comment.