| .. |
|
external
|
Use oqs namespace for quartic solver
|
2021-12-22 11:47:34 -05:00 |
|
tallies
|
Initial implementation of time filter
|
2022-01-05 07:43:42 -06: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
|
Delayed mpi4py import until the user clearly indicated intent to use a communicator (or they already have created one and thus have already imported it); corrected versionchanged doc statements to include comments about what changed; added stackoverflow reference
|
2021-10-01 09:21:41 -05:00 |
|
cell.h
|
Renaming longer find parent search method
|
2022-02-09 21:29:34 -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
|
moving some single-use constants closer to point of use
|
2022-01-20 15:10:24 -06: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
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
distribution.h
|
Renamed Rational to Power Law
|
2021-10-11 19:48:35 +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
|
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
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
eigenvalue.h
|
remove std:: from vector,unique_ptr,make_unique,array
|
2021-05-03 18:01:27 -04:00 |
|
endf.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -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
|
Update: removing MAX_WORD_LEN and MAX_LINE_LEN constants.
|
2022-01-19 11:25:04 -06:00 |
|
initialize.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
lattice.h
|
Adding punctuation to docstrings
|
2022-02-09 23:32:41 -06:00 |
|
material.h
|
Delayed mpi4py import until the user clearly indicated intent to use a communicator (or they already have created one and thus have already imported it); corrected versionchanged doc statements to include comments about what changed; added stackoverflow reference
|
2021-10-01 09:21:41 -05: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
|
Reorder member variables to avoid order compile issue. Refs #1962
|
2022-02-04 10:24:38 -06: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
|
Use references consistently in geometry functions
|
2020-04-23 16:37:23 -05:00 |
|
particle.h
|
Initial implementation of time filter
|
2022-01-05 07:43:42 -06:00 |
|
particle_data.h
|
Using find_cell to determine upward path through geometry
|
2022-02-09 20:44:39 -06:00 |
|
particle_restart.h
|
Convert particle restart to C++
|
2019-02-15 10:59:23 -06:00 |
|
photon.h
|
Address reviewer feedback
|
2021-10-20 11:49:44 -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
|
Use references consistently in physics modules
|
2020-04-23 16:37:23 -05: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
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
progress_bar.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
random_dist.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
random_lcg.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
reaction.h
|
Use <gsl/gsl-lite.hpp> include instead of <gsl/gsl>
|
2021-08-25 13:10:28 -05: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
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
secondary_uncorrelated.h
|
Apply clang-format on entire source
|
2021-08-11 11:41:49 -05:00 |
|
settings.h
|
Implement mesh-based weight windows (squashed)
|
2022-01-08 14:43:18 -06: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
|
moving some single-use constants closer to point of use
|
2022-01-20 15:10:24 -06: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
|
converted tracks to be particle owned, rather than global threadprivate
|
2019-12-12 22:19:56 +00: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 tag from version number
|
2022-02-11 12:17:12 -06:00 |
|
volume_calc.h
|
Use <gsl/gsl-lite.hpp> include instead of <gsl/gsl>
|
2021-08-25 13:10:28 -05:00 |
|
weight_windows.h
|
Adding otf ww adjustment using lower bound ratio.
|
2022-01-25 17:02:17 -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 |