OpenMC/include/openmc
Paul Romano f1fb6721f0
Some checks are pending
Tests and Coverage / filter-changes (push) Waiting to run
Tests and Coverage / Python 3.13 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.14 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.14t (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=n, mpi=n, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=n, mpi=y, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=n, libmesh=n, event=n (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=y, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=, event=y (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=y, libmesh=, event= (push) Blocked by required conditions
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=, libmesh=y, event= (push) Blocked by required conditions
Tests and Coverage / coverage (push) Blocked by required conditions
Tests and Coverage / Check CI status (push) Blocked by required conditions
dockerhub-publish-develop / main (push) Waiting to run
dockerhub-publish-develop-dagmc-libmesh / main (push) Waiting to run
dockerhub-publish-develop-dagmc / main (push) Waiting to run
dockerhub-publish-develop-libmesh / main (push) Waiting to run
Performance optimizations for shared secondary bank (#4011)
2026-07-17 01:25:18 +00:00
..
external moved faddeeva from vendored to external 2022-03-24 15:04:59 -05: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
angle_energy.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
array.h add array header 2021-05-03 18:01:29 -04:00
atomic_mass.h Store atomic mass in ParticleType. (#3765) 2026-02-14 03:14:03 +00:00
bank.h Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
bank_io.h Fix hdf5 source_bank struct size. (#3676) 2025-12-11 22:01:10 -06:00
boundary_condition.h Fix a bug in rotational periodic boundary conditions (#3692) 2026-01-06 13:29:40 +00:00
bounding_box.h Use min/max position members in C++ BoundingBox class (#3699) 2025-12-30 21:31:53 -06:00
bremsstrahlung.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
capi.h Introduce new C API function for slice plots (#3806) 2026-06-08 21:08:08 +00:00
cell.h DAGMC Cell Override Updates (#3888) 2026-05-20 21:43:21 +00:00
chain.h Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
cmfd_solver.h moving some single-use constants closer to point of use 2022-01-20 15:10:24 -06:00
collision_track.h Addition of a collision tracking feature (#3417) 2025-11-13 20:35:33 +00:00
constants.h Random Ray Forward Flux Save in Adjoint Mode (#3962) 2026-07-01 22:35:27 +02:00
container_util.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
cross_sections.h Adding signatures for reading information from an XML node where necessary. 2022-12-06 13:03:38 -06:00
dagmc.h DAGMC Cell Override Updates (#3888) 2026-05-20 21:43:21 +00:00
distribution.h Implement DecaySpectrum distribution type and utilize in R2S (#3930) 2026-05-08 20:53:12 -05:00
distribution_angle.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
distribution_energy.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
distribution_multi.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
distribution_spatial.h Support arbitrary symmetry axis for CylindricalIndependent class (#3474) 2026-02-21 20:00:36 +00:00
eigenvalue.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
endf.h Implement tally filter for filtering by reaction (#3809) 2026-02-21 10:17:12 -06:00
error.h This fixes compile isuees found with GCC 16.1.1 and FMT version (#4000) 2026-07-07 14:58:19 +00:00
event.h Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
file_utils.h Rely on std::filesystem for file_utils (#3042) 2025-01-28 07:31:59 +00:00
finalize.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
geometry.h Overlap detection for plotter (#3969) 2026-07-06 17:47:22 +00:00
geometry_aux.h Add distributed cell densities (#3546) 2025-09-19 04:11:06 +00:00
hdf5_interface.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
ifp.h Simplify IFP message passing (#3719) 2026-01-13 23:25:33 +00:00
initialize.h Updates to simplify model filename checking 2022-12-06 14:40:02 -06:00
interpolate.h remove gsl-lite dependency (#3225) 2025-02-20 01:03:20 +00:00
lattice.h Fix surface tally when crossing lattice (#3895) 2026-03-23 10:16:59 -05:00
material.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
math_functions.h Native parametric tokamak source (#3999) 2026-07-16 09:54:56 -05:00
mcpl_interface.h Addition of a collision tracking feature (#3417) 2025-11-13 20:35:33 +00:00
memory.h remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
mesh.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
message_passing.h Simplify IFP message passing (#3719) 2026-01-13 23:25:33 +00:00
mgxs.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
mgxs_interface.h Approximate multigroup velocity (#3766) 2026-04-02 16:59:02 +00:00
ncrystal_interface.h NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
ncrystal_load.h NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
neighbor_list.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
nuclide.h Fix collision track feature for photon transport (#3946) 2026-06-08 23:37:34 +00:00
openmp_interface.h Random Ray Source Region Refactor (#3288) 2025-02-11 11:23:26 -06:00
output.h Fix include guard in output.h (#3856) 2026-03-05 23:29:36 +00:00
particle.h Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
particle_data.h Shared secondary bank performance optimizations (#3995) 2026-07-10 09:22:16 -05:00
particle_restart.h Convert particle restart to C++ 2019-02-15 10:59:23 -06:00
particle_type.h Store atomic mass in ParticleType. (#3765) 2026-02-14 03:14:03 +00:00
photon.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
physics.h Add user setting for free gas threshold (#3593) 2025-10-06 15:45:26 +03:00
physics_common.h Resolve conflict with weight windows and global russian roulette (#3751) 2026-02-25 14:01:33 -06:00
physics_mg.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
plot.h Overlap detection for plotter (#3969) 2026-07-06 17:47:22 +00:00
position.h Raytrace plots (#2655) 2025-02-18 03:11:54 +00:00
progress_bar.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
random_dist.h Release notes for 0.15.1 (#3340) 2025-03-07 14:49:36 -06:00
random_lcg.h Implement user-configurable random number stride (#3067) 2025-03-04 17:26:38 -06:00
ray.h Refactor Ray class into its own file (#3845) 2026-03-06 01:07:42 +00:00
reaction.h Implement tally filter for filtering by reaction (#3809) 2026-02-21 10:17:12 -06:00
reaction_product.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
scattdata.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
search.h Iterator invalidation in lower/upper_bound_index 2022-01-13 14:29:19 +01:00
secondary_correlated.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_kalbach.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_nbody.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_thermal.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
secondary_uncorrelated.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
settings.h Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
shared_array.h Performance optimizations for shared secondary bank (#4011) 2026-07-17 01:25:18 +00:00
simulation.h Shared Secondary Particle Bank (#3863) 2026-05-19 23:23:10 -05:00
source.h Native parametric tokamak source (#3999) 2026-07-16 09:54:56 -05:00
span.h remove gsl-lite dependency (#3225) 2025-02-20 01:03:20 +00:00
state_point.h remove gsl-lite dependency (#3225) 2025-02-20 01:03:20 +00:00
string_utils.h Nuclide temperatures - solution to issue #3102 (#3110) 2024-08-15 15:10:26 +00:00
summary.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
surface.h Fix a bug in rotational periodic boundary conditions (#3692) 2026-01-06 13:29:40 +00:00
tensor.h Add more operator overloads in the new Tensor class (#3822) 2026-02-19 11:03:19 -06:00
thermal.h Implement angular PDF evaluation for angle-energy distributions (#3550) 2026-03-14 23:58:17 +02:00
timer.h Random Ray Transport (#2823) 2024-04-18 22:10:16 +00:00
track_output.h Add max_tracks setting (maximum number of tracks per process) 2022-05-20 10:46:59 -05:00
universe.h Fixed a bug in distribcell offsets logic (#3424) 2025-07-30 12:10:34 -05:00
urr.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
vector.h reverse find and replace mistake 2021-05-03 18:03:06 -04:00
version.h.in Add Versioning Support from version.txt (#3140) 2025-02-21 17:48:11 -06:00
volume_calc.h Use clang-format version 18 for CI format checks (#3840) 2026-02-27 13:56:00 +02:00
weight_windows.h Turn the weight window game off for a zero or negative lower bound (#3990) 2026-07-02 13:04:02 -05:00
wmp.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
xml_interface.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00
xsdata.h Replace xtensor with internal Tensor/View classes (#3805) 2026-02-17 09:50:38 -06:00