OpenMC/include/openmc
2024-02-13 06:44:05 -06:00
..
external moved faddeeva from vendored to external 2022-03-24 15:04:59 -05:00
tallies Filter material from (#2750) 2023-11-09 16:05:42 +00:00
angle_energy.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
array.h add array header 2021-05-03 18:01:29 -04:00
bank.h address PR comments 2021-05-03 18:03:06 -04:00
boundary_condition.h Release of version 0.14.0 (#2754) 2023-11-06 14:50:16 -06:00
bremsstrahlung.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
capi.h Add openmc_mesh_get_volumes C API function (#2869) 2024-02-13 06:44:05 -06:00
cell.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
cmfd_solver.h moving some single-use constants closer to point of use 2022-01-20 15:10:24 -06:00
constants.h F90_NONE Removal (MGMC tallying optimization) (#2785) 2023-11-28 15:20:54 -06: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 Geometron (#2744) 2024-01-16 10:35:57 -06:00
distribution.h Mesh Source Class (#2759) 2023-12-02 17:35:23 +00:00
distribution_angle.h remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
distribution_energy.h Add missing override specifiers 2023-02-16 14:06:59 -06:00
distribution_multi.h Mesh Source Class (#2759) 2023-12-02 17:35:23 +00:00
distribution_spatial.h Mesh Source Class (#2759) 2023-12-02 17:35:23 +00:00
eigenvalue.h remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
endf.h Implementation of C++ Sum1D function 2022-07-21 14:02:04 -05:00
error.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
event.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
file_utils.h Fix locating h5m files references in DAGMC universes (#2842) 2024-01-16 11:12:44 -06:00
finalize.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
geometry.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
geometry_aux.h Adding function for root universe comparison 2023-04-13 10:17:05 -05:00
hdf5_interface.h Add open_object, close_object functions in HDF5 interface 2022-07-21 14:02:04 -05:00
initialize.h Updates to simplify model filename checking 2022-12-06 14:40:02 -06:00
interpolate.h Add inline to openmc::interpolate (#2789) 2023-11-29 11:20:01 +00:00
lattice.h Add missing override specifiers 2023-02-16 14:06:59 -06:00
material.h Expose Material::depletable in the CAPI (#2843) 2024-01-17 20:46:37 +00:00
math_functions.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
mcpl_interface.h update documentation 2023-03-31 23:59:04 -04:00
memory.h remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
mesh.h Ability to compute material volume fractions over mesh elements (#2802) 2024-01-19 09:01:18 -06:00
message_passing.h const int by value is kinda pointless 2023-04-15 22:34:45 -04:00
mgxs.h Multigroup Per-Thread Cache Conversion (#2591) 2023-07-21 07:53:32 +00:00
mgxs_interface.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
ncrystal_interface.h Change ncrystal_max_energy to be a global constant 2023-01-11 01:17:53 +07:00
neighbor_list.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
nuclide.h New multiply_density option on tallies (#2539) 2023-06-09 08:24:00 -04:00
openmp_interface.h Consolidating number of threads and thread number queries into the openmp interface header (#2809) 2023-12-19 03:31:29 +00:00
output.h Global Weight Window Generation via CAPI (#2359) 2023-06-09 10:47:27 -05:00
particle.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
particle_data.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
particle_restart.h Convert particle restart to C++ 2019-02-15 10:59:23 -06:00
photon.h Add check for presence of atomic relaxation data in PhotonInteraction 2022-11-29 16:21:47 -06:00
physics.h Make sure correct direction is applied when fission neutrons are anisotropic 2023-02-10 11:41:50 -06:00
physics_common.h Respond to @gridley comments on #1974 2022-02-16 09:34:34 -06:00
physics_mg.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
plot.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
position.h Ensure compilation with gcc 5 works (refs #2474) 2023-04-26 15:48:23 -05:00
progress_bar.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
random_dist.h Replace Muir classes with single muir() Python function 2022-09-08 13:42:22 -05:00
random_lcg.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
reaction.h Add Reaction::xs methods 2022-02-18 09:54:28 -06:00
reaction_product.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
scattdata.h Add missing override specifiers 2023-02-16 14:06:59 -06:00
search.h Iterator invalidation in lower/upper_bound_index 2022-01-13 14:29:19 +01:00
secondary_correlated.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
secondary_kalbach.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
secondary_nbody.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
secondary_thermal.h Make incoherent XS polymorphic in MixedElasticAE 2022-07-22 07:49:00 -05:00
secondary_uncorrelated.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
settings.h Apply Weight Window Upon Surface Crossing (#2670) 2023-09-26 05:03:49 +00:00
shared_array.h Bank surface source particles in all active cycles (#2592) 2023-07-14 18:43:47 +00:00
simulation.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
source.h Mesh Source Class (#2759) 2023-12-02 17:35:23 +00:00
state_point.h add west const and enforce in clang format 2023-04-15 12:50:30 -04:00
string_utils.h remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
summary.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
surface.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
thermal.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
timer.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
track_output.h Add max_tracks setting (maximum number of tracks per process) 2022-05-20 10:46:59 -05:00
universe.h Geometron (#2744) 2024-01-16 10:35:57 -06:00
urr.h improve URR lookup data layout and performance 2021-11-08 16:04:37 -05:00
vector.h reverse find and replace mistake 2021-05-03 18:03:06 -04:00
version.h.in Change version number to 0.14.1-dev (#2760) 2023-11-07 03:04:19 +00:00
volume_calc.h Ability to compute material volume fractions over mesh elements (#2802) 2024-01-19 09:01:18 -06:00
weight_windows.h Adding ability to set additional ww attrs from openmc.lib (#2609) 2023-07-22 21:18:46 +01:00
wmp.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
xml_interface.h Making origin type Positiong. Adding function to parse position from node. 2022-10-11 11:21:31 -05:00
xsdata.h Apply clang-format on entire source 2021-08-11 11:41:49 -05:00