| .. |
|
external
|
moved faddeeva from vendored to external
|
2022-03-24 15:04:59 -05:00 |
|
tallies
|
Writing interpolation attribute as an attribute of the 'y' dataset.
|
2022-09-17 12:05:48 -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
|
Revereted hdf5 function back to original
|
2022-09-01 17:01:01 -04: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
|
minor typo fix
|
2022-08-10 16:43:34 +01:00 |
|
distribution.cpp
|
Update error message for 'muir' distributions in C++
|
2022-09-21 11:54:25 -05: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
|
Implement to/from_hdf5 methods for Python Sum class
|
2022-07-22 07:48:56 -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
|
Removed one of the region vectors and changed HDF5 output for geometry
|
2022-08-25 11:47:14 -04:00 |
|
hdf5_interface.cpp
|
Add open_object, close_object functions in HDF5 interface
|
2022-07-21 14:02:04 -05: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
|
Reverting some changes outside of the EFF.
|
2022-09-06 20:30:43 -05:00 |
|
math_functions.cpp
|
updated fadeeva header location
|
2022-03-24 15:08:32 -05:00 |
|
mesh.cpp
|
Merge pull request #1915 from aprilnovak/remove-deprecation
|
2022-08-26 12:01:53 -05: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
|
flushing stdout
|
2022-07-18 23:51:14 +01: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
|
Reverting some changes outside of the EFF.
|
2022-09-06 20:30:43 -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
|
Replace Muir classes with single muir() Python function
|
2022-09-08 13:42:22 -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
|
Make incoherent XS polymorphic in MixedElasticAE
|
2022-07-22 07:49:00 -05:00 |
|
secondary_uncorrelated.cpp
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
settings.cpp
|
refactor MCPL file read part of FileSource
|
2022-10-11 16:46:23 +02:00 |
|
simulation.cpp
|
add a trigger to simulation control
|
2022-10-11 16:49:44 +02:00 |
|
source.cpp
|
refactor MCPL file read part of FileSource
|
2022-10-11 16:46:23 +02:00 |
|
state_point.cpp
|
wip add MCPL-out to openmc
|
2022-10-11 16:49:44 +02: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
|
Make incoherent XS polymorphic in MixedElasticAE
|
2022-07-22 07:49:00 -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
|
Removed one of the region vectors and changed HDF5 output for geometry
|
2022-08-25 11:47:14 -04: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 |