OpenMC/src
2022-09-06 09:11:41 +02:00
..
external moved faddeeva from vendored to external 2022-03-24 15:04:59 -05:00
relaxng Addressing comments and suggestions of @paulromano 2022-01-12 19:43:48 +00:00
tallies Update photon_production regression test result 2022-06-02 17:18:23 -05:00
bank.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
boundary_condition.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
bremsstrahlung.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
cell.cpp More refactoring of DAGMC universe metadata; allow external setting of material temperature and population of universes' cells 2022-04-20 15:12:52 +01:00
cmfd_solver.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
cross_sections.cpp Fix bug for when local cross_sections.xml is specified 2021-10-20 10:48:27 -05:00
dagmc.cpp Updating marked as lost message for clarity 2022-06-19 00:59:05 -05:00
distribution.cpp Renamed Rational to Power Law 2021-10-11 19:48:35 +00:00
distribution_angle.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
distribution_energy.cpp add suggensstions by @paulromano 2022-01-16 19:46:48 +00:00
distribution_multi.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
distribution_spatial.cpp Update src/distribution_spatial.cpp 2022-05-10 09:17:50 +02:00
eigenvalue.cpp Changes request by @gridley 2021-12-22 16:19:58 +01:00
endf.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
error.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
event.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
finalize.cpp Set default max_tracks to 1000 2022-05-31 07:32:29 -05:00
geometry.cpp Fix cell instance counting bug with same lattice in multiple cells 2022-03-09 17:16:19 -06:00
geometry_aux.cpp Fix cell instance counting bug with same lattice in multiple cells 2022-03-09 17:16:19 -06:00
hdf5_interface.cpp Update: removing MAX_WORD_LEN and MAX_LINE_LEN constants. 2022-01-19 11:25:04 -06:00
initialize.cpp Ensure time is propagated to secondary particles 2022-01-05 07:43:43 -06:00
lattice.cpp Fix cell instance counting bug with same lattice in multiple cells 2022-03-09 17:16:19 -06:00
main.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
material.cpp Added test of volume calc from MG mode, then corrected 2 issues: the first led to #1698, the second led to the test failing as volume calcs need atom densities but they existed in a different location in MG mode. To fix the former, if blocks were placed to point to the MG nuclide data as necessary, and the latter by calling Material.finalize() at the appropriate spot in the MG code 2021-10-05 14:12:31 -05:00
math_functions.cpp updated fadeeva header location 2022-03-24 15:08:32 -05:00
mesh.cpp Clarify error message for meshes with same ID in same file 2022-03-08 16:34:04 -06:00
message_passing.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
mgxs.cpp Update: removing MAX_WORD_LEN and MAX_LINE_LEN constants. 2022-01-19 11:25:04 -06:00
mgxs_interface.cpp Added test of volume calc from MG mode, then corrected 2 issues: the first led to #1698, the second led to the test failing as volume calcs need atom densities but they existed in a different location in MG mode. To fix the former, if blocks were placed to point to the MG nuclide data as necessary, and the latter by calling Material.finalize() at the appropriate spot in the MG code 2021-10-05 14:12:31 -05:00
nuclide.cpp Off by 1 error on Nuclide::cs_cdf 2022-01-13 14:29:19 +01:00
output.cpp Set default max_tracks to 1000 2022-05-31 07:32:29 -05:00
particle.cpp Merge pull request #2071 from paulromano/flf-improve-track 2022-06-02 14:32:49 -05:00
particle_data.cpp Add cell instance to particle track file (thanks @pshriwise for suggestion) 2022-05-31 17:08:40 -05:00
particle_restart.cpp Address comments on #1934 from @ojschumann 2022-01-05 07:43:44 -06:00
photon.cpp used placeholders namespace and added comment about variables initialized 2022-06-29 09:37:18 -05:00
physics.cpp used placeholders namespace and added comment about variables initialized 2022-06-29 09:37:18 -05:00
physics_common.cpp Remove alive_ data member on ParticleData 2022-03-01 15:24:39 -06:00
physics_mg.cpp Remove alive_ data member on ParticleData 2022-03-01 15:24:39 -06:00
plot.cpp explicitly include xmanipulation header for xt::flip 2022-03-17 10:58:49 -05:00
position.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
progress_bar.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
random_dist.cpp Address @jtramm comments 2021-05-13 07:18:46 -05:00
random_lcg.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
reaction.cpp Add Reaction::xs methods 2022-02-18 09:54:28 -06:00
reaction_product.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
scattdata.cpp Added a space in a warning for multiplicity matrix values being 0 2021-12-30 12:46:33 -06:00
secondary_correlated.cpp Merge branch 'develop' into rng-stream-changes 2021-05-11 16:53:10 -05:00
secondary_kalbach.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
secondary_nbody.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
secondary_thermal.cpp Update src/secondary_thermal.cpp 2022-01-17 13:40:44 +01:00
secondary_uncorrelated.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
settings.cpp only add mcpl-support if OPENMC_MCPL is defined 2022-07-13 12:13:10 +02:00
simulation.cpp Add max_tracks setting (maximum number of tracks per process) 2022-05-20 10:46:59 -05:00
source.cpp allow electrons and positrons as well 2022-09-06 09:11:41 +02:00
state_point.cpp fixed memory leak in reading of statepoint 2022-01-13 14:29:20 +01:00
string_utils.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
summary.cpp Suggestions from review by @paulromano 2022-03-11 15:36:44 +00:00
surface.cpp Fix bug with torus distance when particle is coincident 2022-05-02 22:09:06 -05:00
thermal.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
timer.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
track_output.cpp Add cell instance to particle track file (thanks @pshriwise for suggestion) 2022-05-31 17:08:40 -05:00
universe.cpp Formatting updates 2022-04-05 08:56:27 -05:00
urr.cpp Remove unnecessary intermediate variable 2021-11-09 13:10:44 -05:00
volume_calc.cpp Added test of volume calc from MG mode, then corrected 2 issues: the first led to #1698, the second led to the test failing as volume calcs need atom densities but they existed in a different location in MG mode. To fix the former, if blocks were placed to point to the MG nuclide data as necessary, and the latter by calling Material.finalize() at the appropriate spot in the MG code 2021-10-05 14:12:31 -05:00
weight_windows.cpp Merge pull request #2000 from pshriwise/wwinp_shape 2022-03-14 17:15:12 -05:00
wmp.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
xml_interface.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
xsdata.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00