OpenMC/src
Bor Kos 46d8896132
Pulsed Height Tally in mixed neutron-gamma fields (#3937)
Co-authored-by: Bor Kos <bor.kos@bakerhughes.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-05-30 03:25:38 +00:00
..
external Adding '#define _USE_MATH_DEFINES' to make M_PI declared in Intel and MSVC compilers (#3238) 2025-01-07 06:32:05 +00:00
random_ray Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00
tallies Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
atomic_mass.cpp Store atomic mass in ParticleType. (#3765) 2026-02-14 03:14:03 +00:00
bank.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
boundary_condition.cpp Simplify translational periodic boundary conditions (#3697) 2026-01-09 07:56:40 -06:00
bremsstrahlung.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
cell.cpp DAGMC Cell Override Updates (#3888) 2026-05-20 21:43:21 +00:00
chain.cpp Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
cmfd_solver.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
collision_track.cpp Fix hdf5 source_bank struct size. (#3676) 2025-12-11 22:01:10 -06:00
cross_sections.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
dagmc.cpp DAGMC Cell Override Updates (#3888) 2026-05-20 21:43:21 +00:00
distribution.cpp Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
distribution_angle.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
distribution_energy.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
distribution_multi.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
distribution_spatial.cpp Support arbitrary symmetry axis for CylindricalIndependent class (#3474) 2026-02-21 20:00:36 +00:00
eigenvalue.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
endf.cpp Implement tally filter for filtering by reaction (#3809) 2026-02-21 10:17:12 -06:00
error.cpp Add user setting for source rejection fraction (#3433) 2025-06-10 22:51:51 -05:00
event.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
file_utils.cpp Rely on std::filesystem for file_utils (#3042) 2025-01-28 07:31:59 +00:00
finalize.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
geometry.cpp Use min/max position members in C++ BoundingBox class (#3699) 2025-12-30 21:31:53 -06:00
geometry_aux.cpp Fix a bug in rotational periodic boundary conditions (#3692) 2026-01-06 13:29:40 +00:00
hdf5_interface.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
ifp.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
initialize.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
lattice.cpp Fix surface tally when crossing lattice (#3895) 2026-03-23 10:16:59 -05:00
main.cpp Random Ray Transport (#2823) 2024-04-18 22:10:16 +00:00
material.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
math_functions.cpp Add truncated normal distribution support (#3761) 2026-02-12 18:25:56 +02:00
mcpl_interface.cpp Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
mesh.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
message_passing.cpp Simplify IFP message passing (#3719) 2026-01-13 23:25:33 +00:00
mgxs.cpp Approximate multigroup velocity (#3766) 2026-04-02 16:59:02 +00:00
mgxs_interface.cpp Approximate multigroup velocity (#3766) 2026-04-02 16:59:02 +00:00
ncrystal_interface.cpp NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
ncrystal_load.cpp NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
nuclide.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
output.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
particle.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
particle_data.cpp Boundary info accessors (#3496) 2025-07-18 07:51:30 +00:00
particle_restart.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
particle_type.cpp Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
photon.cpp Add setting to optionally disable atomic relaxation (#3855) 2026-03-10 04:00:10 +00:00
physics.cpp Pulsed Height Tally in mixed neutron-gamma fields (#3937) 2026-05-30 03:25:38 +00:00
physics_common.cpp Resolve conflict with weight windows and global russian roulette (#3751) 2026-02-25 14:01:33 -06:00
physics_mg.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
plot.cpp Refactor Ray class into its own file (#3845) 2026-03-06 01:07:42 +00:00
position.cpp Raytrace plots (#2655) 2025-02-18 03:11:54 +00:00
progress_bar.cpp Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
random_dist.cpp Randomized Quasi-Monte Carlo Sampling in The Random Ray Method (#3268) 2025-02-19 03:44:15 +00:00
random_lcg.cpp Implement user-configurable random number stride (#3067) 2025-03-04 17:26:38 -06:00
ray.cpp Refactor Ray class into its own file (#3845) 2026-03-06 01:07:42 +00:00
reaction.cpp Implement tally filter for filtering by reaction (#3809) 2026-02-21 10:17:12 -06:00
reaction_product.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
scattdata.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
secondary_correlated.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_kalbach.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_nbody.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_thermal.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_uncorrelated.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
settings.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
simulation.cpp Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
source.cpp Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
state_point.cpp All reduce to print correct number of surface source particles (#3901) 2026-03-26 12:35:12 -05:00
string_utils.cpp Nuclide temperatures - solution to issue #3102 (#3110) 2024-08-15 15:10:26 +00:00
summary.cpp Suggestions from review by @paulromano 2022-03-11 15:36:44 +00:00
surface.cpp Simplify translational periodic boundary conditions (#3697) 2026-01-09 07:56:40 -06:00
thermal.cpp Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
timer.cpp Random Ray Transport (#2823) 2024-04-18 22:10:16 +00:00
track_output.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
universe.cpp Use min/max position members in C++ BoundingBox class (#3699) 2025-12-30 21:31:53 -06:00
urr.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
volume_calc.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
weight_windows.cpp Local adjoint source for Random Ray (#3717) 2026-04-28 16:10:03 -05:00
wmp.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
xml_interface.cpp Add PointCloud spatial distribution (#3161) 2024-11-13 15:39:41 -06:00
xsdata.cpp Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00