| .. |
|
external
|
moved faddeeva from vendored to external
|
2022-03-24 15:04:59 -05:00 |
|
tallies
|
Allow EnergyFunctionFilter interpolation to be set from C API
|
2022-10-18 12:14:15 -05: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
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
bremsstrahlung.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
capi.h
|
Allow EnergyFunctionFilter interpolation to be set from C API
|
2022-10-18 12:14:15 -05:00 |
|
cell.h
|
Fixed error due to applying de morgans laws
|
2022-08-26 12:47:08 -04:00 |
|
cmfd_solver.h
|
moving some single-use constants closer to point of use
|
2022-01-20 15:10:24 -06:00 |
|
constants.h
|
Fixes related to #2253 and #2270
|
2022-10-21 07:08:49 -05:00 |
|
container_util.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
cross_sections.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
dagmc.h
|
Remove redundant uwuw_disabled boolean member in DAGUniverse
|
2022-05-25 15:05:33 +01:00 |
|
distribution.h
|
Replace Muir classes with single muir() Python function
|
2022-09-08 13:42:22 -05:00 |
|
distribution_angle.h
|
remove std:: from vector,unique_ptr,make_unique,array
|
2021-05-03 18:01:27 -04:00 |
|
distribution_energy.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
distribution_multi.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
distribution_spatial.h
|
changed theta to cos_theta in .h file
|
2022-05-09 20:09:32 +02: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
|
Add doxygen comments where needed
|
2018-08-23 21:38:23 -05:00 |
|
finalize.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
geometry.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
geometry_aux.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
hdf5_interface.h
|
Add open_object, close_object functions in HDF5 interface
|
2022-07-21 14:02:04 -05:00 |
|
initialize.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
interpolate.h
|
Compute interpolation value in loop. Correction to from_tab1D.
|
2022-09-17 11:10:27 -05:00 |
|
lattice.h
|
Adding punctuation to docstrings
|
2022-02-09 23:32:41 -06:00 |
|
material.h
|
More refactoring of DAGMC universe metadata; allow external setting of material temperature and population of universes' cells
|
2022-04-20 15:12:52 +01:00 |
|
math_functions.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
memory.h
|
remove std:: from vector,unique_ptr,make_unique,array
|
2021-05-03 18:01:27 -04:00 |
|
mesh.h
|
Merge pull request #2103 from pshriwise/vtk_umesh
|
2022-08-01 10:20:22 -05:00 |
|
message_passing.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
mgxs.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
mgxs_interface.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
neighbor_list.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
nuclide.h
|
Use <gsl/gsl-lite.hpp> include instead of <gsl/gsl>
|
2021-08-25 13:10:28 -05:00 |
|
openmp_interface.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
output.h
|
Can now print build info
|
2022-10-05 17:58:41 -04:00 |
|
particle.h
|
Initial implementation of time filter
|
2022-01-05 07:43:42 -06:00 |
|
particle_data.h
|
Add cell instance to particle track file (thanks @pshriwise for suggestion)
|
2022-05-31 17:08:40 -05:00 |
|
particle_restart.h
|
Convert particle restart to C++
|
2019-02-15 10:59:23 -06:00 |
|
photon.h
|
Added comments explaining reasoning for 2D xtensor xs in photon.h
|
2022-06-29 09:25:59 -05:00 |
|
physics.h
|
moving some single-use constants closer to point of use
|
2022-01-20 15:10:24 -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
|
Merge branch 'develop' into libpng
|
2021-10-05 12:49:35 -05:00 |
|
position.h
|
Allow OpenMC to compile against fmt v9
|
2022-07-25 20:59:26 -06: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
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05: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
|
Add max_tracks setting (maximum number of tracks per process)
|
2022-05-20 10:46:59 -05:00 |
|
shared_array.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
simulation.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
source.h
|
Expand source rejection to cells, materials, and universes
|
2022-09-26 13:25:41 -05:00 |
|
state_point.h
|
address PR comments
|
2021-05-03 18:03:06 -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
|
Respond to @pshriwise comments on #1933
|
2021-12-29 10:18:02 -05: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
|
Formatting updates
|
2022-04-05 08:56:27 -05: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
|
Remove -dev on version number
|
2022-10-21 07:08:53 -05:00 |
|
volume_calc.h
|
Moving to uint64_t and updating MPI types as requested by @paulromano
|
2022-10-20 20:46:47 -05:00 |
|
weight_windows.h
|
Changing attrigute energy_bins to energy_bounds for wws
|
2022-03-11 09:53:22 -06:00 |
|
wmp.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
xml_interface.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
xsdata.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |