OpenMC/src
2026-07-17 07:40:16 -05: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 Tally 32-bit Overflow Fix (#3960) 2026-07-02 11:53:49 -05:00
tallies Tally 32-bit Overflow Fix (#3960) 2026-07-02 11:53:49 -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 normalize new_u after periodic crossing to prevent unnormalized direction (#4015) 2026-07-15 08:57:53 -05: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 collision track feature for photon transport (#3946) 2026-06-08 23:37:34 +00: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 Native parametric tokamak source (#3999) 2026-07-16 09:54:56 -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 This fixes compile isuees found with GCC 16.1.1 and FMT version (#4000) 2026-07-07 14:58:19 +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 Overlap detection for plotter (#3969) 2026-07-06 17:47:22 +00: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 numerical cancellation in RectLattice::distance for large pitch values (#3853) 2026-07-03 21:39:17 +00: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 Native parametric tokamak source (#3999) 2026-07-16 09:54:56 -05:00
mcpl_interface.cpp Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
mesh.cpp Tally 32-bit Overflow Fix (#3960) 2026-07-02 11:53:49 -05: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 Random Ray Forward Flux Save in Adjoint Mode (#3962) 2026-07-01 22:35:27 +02:00
particle.cpp Shared secondary bank performance optimizations (#3995) 2026-07-10 09:22:16 -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 Access element subshell map data only if it has atomic relaxation data (#4020) 2026-07-17 07:40:16 -05: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 Support cell densities per instances in plots (#4006) 2026-07-09 22:45:09 +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 Shared secondary bank performance optimizations (#3995) 2026-07-10 09:22:16 -05: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 Turn on weight windows if weight_windows_file is specified (#4007) 2026-07-09 23:59:33 +00:00
simulation.cpp Performance optimizations for shared secondary bank (#4011) 2026-07-17 01:25:18 +00:00
source.cpp Native parametric tokamak source (#3999) 2026-07-16 09:54:56 -05:00
state_point.cpp Random Ray Forward Flux Save in Adjoint Mode (#3962) 2026-07-01 22:35:27 +02: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 This fixes compile isuees found with GCC 16.1.1 and FMT version (#4000) 2026-07-07 14:58:19 +00: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