-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AMReX and Microphysics to release 22.03
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule Microphysics
updated
20 files
+18 −7 | .github/workflows/find_changed_files.py | |
+4 −4 | networks/general_null/write_network.py | |
+6 −2 | neutrinos/sneut5.H | |
+1 −0 | requirements.txt | |
+17 −12 | sphinx_docs/source/basics.rst | |
+1 −0 | sphinx_docs/source/conf.py | |
+0 −20 | sphinx_docs/source/cxx.rst | |
+36 −52 | sphinx_docs/source/data_structures.rst | |
+1 −2 | sphinx_docs/source/eos.rst | |
+0 −164 | sphinx_docs/source/gpu.rst | |
+6 −7 | sphinx_docs/source/index.rst | |
+149 −273 | sphinx_docs/source/integrators.rst | |
+132 −0 | sphinx_docs/source/networks-overview.rst | |
+18 −108 | sphinx_docs/source/networks.rst | |
+5 −11 | sphinx_docs/source/rp_intro.rst | |
+6 −1 | unit_test/burn_cell_sdc/burn_cell.H | |
+1 −0 | unit_test/test_sdc/react_zones.H | |
+52 −0 | unit_test/test_sdc_vode_rhs/_parameters | |
+59 −34 | unit_test/test_sdc_vode_rhs/inputs_aprox19 | |
+239 −41 | unit_test/test_sdc_vode_rhs/vode_rhs_test.H |
Submodule amrex
updated
38 files