Skip to content

Commit

Permalink
Bump extern/Microphysics from a3bc246 to 24fc854 (#695)
Browse files Browse the repository at this point in the history
Bumps [extern/Microphysics](https://github.com/psharda/Microphysics)
from `a3bc246` to `24fc854`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psharda/Microphysics/commit/24fc8547090297bacdefe30f14bc2c37e53069f4"><code>24fc854</code></a>
include higher taylor terms for fast_atan (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1611">#1611</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/a5408bad445e49e4b8c0622843905a4c08b1ed6d"><code>a5408ba</code></a>
update self-consistent NSE SDC update with Tabular NSE (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1569">#1569</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/b413290def9550c8fac7035ec614f90f68c12ba4"><code>b413290</code></a>
remove some more Fortran comments (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1609">#1609</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/448132f96834e1958e5fe38a10f08610ec665981"><code>448132f</code></a>
remove test_nse and rename test_ase -&gt; test_nse_net (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1610">#1610</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/963ff00371ca38c271b82c96ccde9fbd17bb4952"><code>963ff00</code></a>
remove the old test_screening (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1608">#1608</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/d791e67c65f623e0ee05b7458f6e6fae19668704"><code>d791e67</code></a>
Remove strang nse (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1549">#1549</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/4142d4fbff132040a405d0bc3759b5c99099334c"><code>4142d4f</code></a>
Update rhoX for nse_solver for SDC and discard strang (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1607">#1607</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/0b1a2310392f83adfee33c5a50da9fd90a2b5a7c"><code>0b1a231</code></a>
add NSE bailout to RKC (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1544">#1544</a>)</li>
<li>See full diff in <a
href="https://github.com/psharda/Microphysics/compare/a3bc2465da68185084efc23383c55be90e426712...24fc8547090297bacdefe30f14bc2c37e53069f4">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piyush Sharda <[email protected]>
  • Loading branch information
dependabot[bot] and psharda authored Aug 1, 2024
1 parent 3a754c5 commit 6b43850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/Microphysics
Submodule Microphysics updated 86 files
+2 −2 .github/workflows/cuda.yml
+16 −16 .github/workflows/nse_net.yml
+0 −20 .github/workflows/nse_table.yml
+0 −48 .github/workflows/nse_test.yml
+0 −4 Make.Microphysics
+9 −0 Make.Microphysics_extern
+3 −2 integration/Make.package
+37 −0 integration/RKC/rkc.H
+8 −12 integration/VODE/vode_type.H
+7 −2 integration/integrator_data.H
+234 −129 integration/nse_update_sdc.H
+0 −128 integration/nse_update_strang.H
+78 −2 networks/CNO_extras/actual_rhs.H
+82 −1 networks/ECSN/actual_rhs.H
+182 −1 networks/He-C-Fe-group/actual_rhs.H
+81 −1 networks/ase/actual_rhs.H
+51 −1 networks/ignition_reaclib/C-burn-simple/actual_rhs.H
+91 −1 networks/ignition_reaclib/URCA-medium/actual_rhs.H
+80 −1 networks/ignition_reaclib/URCA-simple/actual_rhs.H
+61 −1 networks/nova/actual_rhs.H
+69 −1 networks/nova2/actual_rhs.H
+45 −1 networks/partition_test/actual_rhs.H
+355 −1 networks/sn160/actual_rhs.H
+71 −1 networks/subch_base/actual_rhs.H
+79 −1 networks/subch_simple/actual_rhs.H
+1 −0 nse_solver/Make.package
+1 −1 nse_solver/make_table/main.cpp
+31 −34 nse_solver/nse_check.H
+1 −1 nse_solver/nse_compatibility/main.cpp
+174 −0 nse_solver/nse_eos.H
+28 −20 nse_solver/nse_solver.H
+1 −1 unit_test/burn_cell/main.cpp
+1 −1 unit_test/burn_cell_primordial_chem/main.cpp
+1 −1 unit_test/burn_cell_sdc/main.cpp
+1 −1 unit_test/eos_cell/main.cpp
+1 −1 unit_test/nse_table_cell/main.cpp
+1 −2 unit_test/test_aprox_rates/README.md
+0 −35 unit_test/test_ase/ci-benchmarks/ase_nse_net_unit_test.out
+1 −3 unit_test/test_eos/README.md
+1 −1 unit_test/test_jac/main.cpp
+1 −1 unit_test/test_linear_algebra/main.cpp
+0 −42 unit_test/test_nse/GNUmakefile
+0 −2 unit_test/test_nse/Make.package
+0 −7 unit_test/test_nse/README.md
+0 −17 unit_test/test_nse/_parameters
+0 −54 unit_test/test_nse/ci-benchmarks/aprox21_ci.out
+0 −21 unit_test/test_nse/inputs_aprox13
+0 −30 unit_test/test_nse/inputs_aprox19
+0 −32 unit_test/test_nse/inputs_aprox21
+0 −16 unit_test/test_nse/inputs_iso7
+0 −25 unit_test/test_nse/inputs_subch_full
+0 −34 unit_test/test_nse/main.cpp
+0 −83 unit_test/test_nse/nse_example.H
+1 −0 unit_test/test_nse_interp/GNUmakefile
+1 −1 unit_test/test_nse_interp/main.cpp
+2 −3 unit_test/test_nse_net/GNUmakefile
+0 −0 unit_test/test_nse_net/Make.package
+2 −2 unit_test/test_nse_net/README.md
+0 −0 unit_test/test_nse_net/_parameters
+3 −3 unit_test/test_nse_net/burn_cell.H
+35 −0 unit_test/test_nse_net/ci-benchmarks/nse_net_unit_test.out
+0 −0 unit_test/test_nse_net/inputs_ase
+1 −1 unit_test/test_nse_net/main.cpp
+2 −2 unit_test/test_nse_net/make_table/GNUmakefile
+0 −0 unit_test/test_nse_net/make_table/Make.package
+0 −0 unit_test/test_nse_net/make_table/README.md
+0 −0 unit_test/test_nse_net/make_table/_parameters
+11 −8 unit_test/test_nse_net/make_table/burn_cell.H
+353 −353 unit_test/test_nse_net/make_table/ci-benchmarks/nse_net_make_table_unit_test.out
+1 −1 unit_test/test_nse_net/make_table/main.cpp
+1 −1 unit_test/test_part_func/main.cpp
+1 −1 unit_test/test_react/main.cpp
+1 −1 unit_test/test_rhs/main.cpp
+0 −43 unit_test/test_screening/GNUmakefile
+0 −7 unit_test/test_screening/Make.package
+0 −5 unit_test/test_screening/README
+0 −11 unit_test/test_screening/_parameters
+0 −9 unit_test/test_screening/inputs
+0 −168 unit_test/test_screening/main.cpp
+0 −716 unit_test/test_screening/screening_util.cpp
+0 −14 unit_test/test_screening/test_screen.H
+0 −105 unit_test/test_screening/variables.H
+0 −173 unit_test/test_screening/variables.cpp
+1 −1 unit_test/test_sdc/main.cpp
+1 −1 unit_test/test_sdc_vode_rhs/main.cpp
+14 −11 util/approx_math/approx_math.H

0 comments on commit 6b43850

Please sign in to comment.