-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule Microphysics
updated
18 files
+5 −0 | CHANGES.md | |
+13 −13 | EOS/helmholtz/actual_eos.H | |
+4 −1 | integration/VODE/actual_integrator.H | |
+3 −0 | integration/VODE/actual_integrator_simplified_sdc.H | |
+26 −13 | integration/VODE/vode_rhs_simplified_sdc.H | |
+4 −3 | integration/utils/numerical_jacobian.H | |
+0 −1 | networks/subch2/20180319default2 | |
+29 −0 | networks/subch2/README.md | |
+107 −96 | networks/subch2/actual_network.H | |
+2 −2 | networks/subch2/actual_network_data.cpp | |
+1,214 −299 | networks/subch2/actual_rhs.H | |
+5 −13 | networks/subch2/network_plot.py | |
+2 −2 | networks/subch2/pynucastro.net | |
+446 −249 | networks/subch2/reaclib_rate_metadata.dat | |
+43 −36 | networks/subch2/reaclib_rates.H | |
+54 −11 | networks/subch2/subch2.py | |
+835 −0 | networks/subch2/subch_network_explore.ipynb | |
+152 −0 | networks/subch2/subch_plotting.ipynb |