-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [Submodules/PelePhysics](https://github.com/AMReX-Combustion/PelePhysics) from `760e2fe` to `b462d64`. - [Release notes](https://github.com/AMReX-Combustion/PelePhysics/releases) - [Commits](AMReX-Combustion/PelePhysics@760e2fe...b462d64) --- updated-dependencies: - dependency-name: Submodules/PelePhysics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7289d03
commit c12024a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule PelePhysics
updated
19 files
+5 −5 | .github/workflows/docs.yml | |
+17 −10 | Docs/sphinx/Ceptr.rst | |
+1 −1 | Docs/sphinx/GettingStarted.rst | |
+1 −0 | Mechanisms/POLIMI2020/1_000atm/Make.package | |
+35,735 −0 | Mechanisms/POLIMI2020/1_000atm/mechanism.H | |
+702 −0 | Mechanisms/POLIMI2020/1_000atm/mechanism.cpp | |
+1 −0 | Mechanisms/POLIMI2020/Make.package | |
+5 −0 | Mechanisms/POLIMI2020/convert.sh | |
+444 −0 | Mechanisms/POLIMI2020/mechanism.inp | |
+1,664 −0 | Mechanisms/POLIMI2020/mechanism.yaml | |
+161 −0 | Mechanisms/POLIMI2020/therm.dat | |
+51 −0 | Mechanisms/POLIMI2020/tran.dat | |
+2 −1 | Mechanisms/list_mech | |
+21 −3 | Support/ceptr/ceptr/ceptr.py | |
+44 −3 | Support/ceptr/ceptr/converter.py | |
+16 −2 | Support/ceptr/ceptr/jacobian.py | |
+28 −8 | Support/ceptr/ceptr/production.py | |
+5 −0 | Support/ceptr/ceptr/reaction_info.py | |
+41 −1 | Support/ceptr/ceptr/utilities.py |