Skip to content

Commit

Permalink
Bump extern/Microphysics from 348ca2f to e587300 (#546)
Browse files Browse the repository at this point in the history
Bumps [extern/Microphysics](https://github.com/psharda/Microphysics)
from `348ca2f` to `e587300`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psharda/Microphysics/commit/e587300c654f9dc8a4be111a30b384dc269fab52"><code>e587300</code></a>
some more cleaning of the runtime_parameters.py (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1448">#1448</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/8fc4cfeef47d78b056f7f1b3bcffb86a60f030b1"><code>8fc4cfe</code></a>
template pivoting in the linear algebra (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1454">#1454</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/adb26008165aecf183466ac9b1a2be19861689ef"><code>adb2600</code></a>
work on addressing some issues with the Jacobian scaling (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1479">#1479</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/48bf41c51a9da8dc9c654cfc4b9f461bf5b8e23b"><code>48bf41c</code></a>
remove some unused includes in test_nse_interp (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1494">#1494</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/f336cab4e612f032a60042e503dc571bfc38a182"><code>f336cab</code></a>
create a linear algebra unit test (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1493">#1493</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/9a8c260b7af05cf09478d589e04f3c60f53e1ce2"><code>9a8c260</code></a>
clean up some unused vars in unit tests (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1492">#1492</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/348dad9c7326fe14e9becec2ec5cd0584d20bee0"><code>348dad9</code></a>
remove redundant (and conflicting) typedefs in rhs.H (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1491">#1491</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/86807d6ba1bb4bc731cb7d7efb9518d56d6b8969"><code>86807d6</code></a>
update the SDC docs (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1469">#1469</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/3df6ba0c56c5081088175691eb5853bd5c51f8c0"><code>3df6ba0</code></a>
if we are building with HIP, don't force inlining (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1490">#1490</a>)</li>
<li><a
href="https://github.com/psharda/Microphysics/commit/4f2ee5fd050be9c2c84edf7b72720f7be26fd31b"><code>4f2ee5f</code></a>
fix compilation of nse_table_cell (<a
href="https://redirect.github.com/psharda/Microphysics/issues/1486">#1486</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psharda/Microphysics/compare/348ca2f5801c8cf80fa5910efe5f036bf4f737fe...e587300c654f9dc8a4be111a30b384dc269fab52">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: Ben Wibking <[email protected]>
  • Loading branch information
dependabot[bot] and BenWibking authored Mar 15, 2024
1 parent bbf934a commit 2494796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/Microphysics
Submodule Microphysics updated 63 files
+5 −1 .github/workflows/docs-test.yml
+3 −2 .github/workflows/hip.yml
+1 −0 EOS/helmholtz/actual_eos.H
+5 −0 Make.Microphysics_extern
+1 −1 integration/BackwardEuler/Make.package
+1 −1 integration/BackwardEuler/actual_integrator.H
+1 −1 integration/BackwardEuler/actual_integrator_sdc.H
+16 −3 integration/BackwardEuler/be_integrator.H
+1 −1 integration/BackwardEuler/be_type.H
+3 −2 integration/ForwardEuler/actual_integrator.H
+3 −3 integration/Make.package
+3 −2 integration/QSS/actual_integrator.H
+1 −1 integration/RKC/Make.package
+5 −5 integration/RKC/actual_integrator.H
+1 −1 integration/RKC/actual_integrator_sdc.H
+3 −3 integration/RKC/rkc.H
+1 −1 integration/RKC/rkc_type.H
+1 −1 integration/VODE/Make.package
+1 −1 integration/VODE/actual_integrator.H
+1 −1 integration/VODE/actual_integrator_sdc.H
+1 −1 integration/VODE/vode_dvhin.H
+8 −2 integration/VODE/vode_dvjac.H
+7 −1 integration/VODE/vode_dvnlsd.H
+1 −1 integration/VODE/vode_dvode.H
+1 −1 integration/VODE/vode_type.H
+3 −0 integration/_parameters
+1 −1 integration/integrator.H
+3 −3 integration/integrator_rhs_sdc.H
+7 −0 integration/integrator_rhs_strang.H
+2 −2 integration/integrator_type_sdc.H
+3 −0 integration/nse_update_sdc.H
+11 −3 integration/utils/circle_theorem.H
+1 −3 integration/utils/jacobian_utilities.H
+7 −0 integration/utils/numerical_jacobian.H
+1 −1 interfaces/burner.H
+0 −2 networks/Make.package
+0 −22 networks/rate_type.H
+0 −4 networks/rhs.H
+2 −1 networks/rhs.cpp
+0 −2 nse_tabular/nse_table.H
+0 −1 nse_tabular/nse_table_type.H
+0 −3 sphinx_docs/source/data_structures.rst
+1 −0 sphinx_docs/source/mathsymbols.tex
+101 −9 sphinx_docs/source/sdc.rst
+23 −22 unit_test/burn_cell/ci-benchmarks/aprox13_RKC_unit_test.out
+0 −8 unit_test/burn_cell/main.cpp
+0 −8 unit_test/burn_cell_sdc/main.cpp
+1 −2 unit_test/eos_cell/eos_cell.H
+0 −8 unit_test/eos_cell/main.cpp
+0 −8 unit_test/nse_table_cell/main.cpp
+13 −17 unit_test/nse_table_cell/nse_cell.H
+37 −0 unit_test/test_linear_algebra/GNUmakefile
+2 −0 unit_test/test_linear_algebra/Make.package
+8 −0 unit_test/test_linear_algebra/README.md
+4 −0 unit_test/test_linear_algebra/_parameters
+26 −0 unit_test/test_linear_algebra/main.cpp
+137 −0 unit_test/test_linear_algebra/test_linear_algebra.H
+0 −1 unit_test/test_nse_interp/ci-benchmarks/aprox19.out
+0 −8 unit_test/test_nse_interp/main.cpp
+0 −2 unit_test/test_nse_interp/nse_cell.H
+1 −1 unit_test/test_sdc_vode_rhs/vode_rhs_test.H
+23 −12 util/build_scripts/runtime_parameters.py
+41 −26 util/linpack.H

0 comments on commit 2494796

Please sign in to comment.