-
Notifications
You must be signed in to change notification settings - Fork 7
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
Galen M. Shipman
authored and
Galen M. Shipman
committed
Feb 8, 2024
1 parent
0e017c3
commit 3cae049
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule branson
updated
23 files
+15 −5 | README.md | |
+1 −0 | inputs/3D_hohlraum_multi_node.xml | |
+1 −0 | inputs/3D_hohlraum_single_node.xml | |
+1 −0 | inputs/big_cube.xml | |
+1 −0 | inputs/cube_decomp_test.xml | |
+1 −0 | inputs/hot_zone_input.xml | |
+1 −0 | inputs/marshak_wave_dd.xml | |
+42 −11 | src/CMakeLists.txt | |
+5 −0 | src/cell_tally.h | |
+48 −1 | src/config.h.in | |
+86 −5 | src/config/find_tpls.cmake | |
+7 −1 | src/imc_parameters.h | |
+1 −8 | src/imc_state.h | |
+51 −20 | src/input.h | |
+8 −0 | src/main.cc | |
+56 −18 | src/mesh.h | |
+24 −1 | src/particle_pass_driver.h | |
+4 −7 | src/particle_pass_transport.h | |
+1 −1 | src/replicated_driver.h | |
+5 −4 | src/replicated_transport.h | |
+2 −0 | src/test/simple_input.xml | |
+16 −8 | src/test/test_input.cc | |
+26 −10 | src/transport_photon.h |