| .. |
|
tallies
|
Implmementing the templated filter creation method.
|
2020-05-11 14:18:04 -05:00 |
|
angle_energy.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
bank.h
|
Converted fission bank to SharedArray type.
|
2020-01-23 20:28:55 +00:00 |
|
bremsstrahlung.h
|
Finish TTB implementation on C++ side, still a bug somewhere
|
2019-01-15 07:28:47 -06:00 |
|
capi.h
|
Use openmc_load_nuclide consistently
|
2020-06-18 13:37:50 -05:00 |
|
cell.h
|
Incorporating @paulromano's comments
|
2020-06-02 09:10:13 -05:00 |
|
cmfd_solver.h
|
Respond to @smharper comments on #1171
|
2019-02-22 14:50:13 -06:00 |
|
constants.h
|
incorporate recommended name changes
|
2020-01-21 13:04:39 -05:00 |
|
container_util.h
|
Move finalize_batch and write_source_point to C++
|
2018-10-19 07:41:29 -05:00 |
|
cross_sections.h
|
Convert remainder of tallies to C++
|
2019-02-21 19:30:04 -06:00 |
|
dagmc.h
|
Converted DagMC threadprivate variables to particle owned as well. Not quite as bad as I was expecting.
|
2020-01-14 16:24:26 +00:00 |
|
distribution.h
|
fix typo
|
2020-02-07 16:42:10 -05:00 |
|
distribution_angle.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
distribution_energy.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
distribution_multi.h
|
Update include/openmc/distribution_multi.h
|
2020-03-20 12:04:22 -04:00 |
|
distribution_spatial.h
|
Update include/openmc/distribution_spatial.h
|
2020-03-20 12:04:51 -04:00 |
|
eigenvalue.h
|
Have ufs_get_weight accept a reference instead of pointer
|
2020-04-23 16:37:23 -05:00 |
|
endf.h
|
Start adding thermal angle-energy classes on C++ side
|
2019-06-25 07:31:53 -05:00 |
|
error.h
|
fixed compiling errors with visual studio, mostly VLAs
|
2019-06-05 15:18:31 -04:00 |
|
event.h
|
removed unused function prototype from event.h
|
2020-01-28 17:39:27 +00:00 |
|
file_utils.h
|
Add doxygen comments where needed
|
2018-08-23 21:38:23 -05:00 |
|
finalize.h
|
Move openmc_finalize to C++
|
2018-10-19 07:41:29 -05:00 |
|
geometry.h
|
Use references consistently in geometry functions
|
2020-04-23 16:37:23 -05:00 |
|
geometry_aux.h
|
Speed up distribcell initialization
|
2020-02-29 19:17:20 -05:00 |
|
hdf5_interface.h
|
Use collective IO for read/write tally results
|
2019-12-13 11:51:22 -05:00 |
|
initialize.h
|
Move read_ce_cross_sections to C++
|
2019-01-30 22:15:48 -06:00 |
|
lattice.h
|
Incorporating @paulromano's comments
|
2020-06-02 09:10:13 -05:00 |
|
material.h
|
Ensure Material, Filter, and Tally destructors don't segfault
|
2020-01-21 07:34:10 -06:00 |
|
math_functions.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
mesh.h
|
Change (surface_)bins_crossed to accept const ref instead of pointer
|
2020-04-23 16:37:23 -05:00 |
|
message_passing.h
|
Move call to MPI_Abort to C++ side
|
2018-10-15 11:52:33 -05:00 |
|
mgxs.h
|
formatting fix
|
2020-03-03 13:10:08 -05:00 |
|
mgxs_interface.h
|
Finished cleaning up group indices off-by-ones. Still have to to delayed groups
|
2019-11-11 20:58:22 -06:00 |
|
neighbor_list.h
|
Address #1140 comments
|
2018-12-29 12:54:29 -05:00 |
|
nuclide.h
|
Weight non-fission energy deposition by keff
|
2020-06-29 10:59:14 -05:00 |
|
openmp_interface.h
|
fixed _OPEMP define typo to correctly read as _OPENMP
|
2020-04-21 21:08:02 +00:00 |
|
output.h
|
Use references consistently in geometry functions
|
2020-04-23 16:37:23 -05:00 |
|
particle.h
|
Weight non-fission energy deposition by keff
|
2020-06-29 10:59:14 -05:00 |
|
particle_restart.h
|
Convert particle restart to C++
|
2019-02-15 10:59:23 -06:00 |
|
photon.h
|
Fix order of element_map and elements
|
2020-06-29 09:20:53 -05:00 |
|
physics.h
|
Change sample_fission to return a Reaction&
|
2020-04-23 16:37:23 -05:00 |
|
physics_common.h
|
Use references consistently in physics modules
|
2020-04-23 16:37:23 -05:00 |
|
physics_mg.h
|
Use references consistently in physics modules
|
2020-04-23 16:37:23 -05:00 |
|
plot.h
|
Use references consistently in geometry functions
|
2020-04-23 16:37:23 -05:00 |
|
position.h
|
Overload operator<< for Position
|
2019-05-14 08:47:57 -05:00 |
|
progress_bar.h
|
Implementation of progress bar.
|
2018-10-30 08:59:36 -05:00 |
|
random_lcg.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
reaction.h
|
Remove Fortan compatibility functions
|
2019-02-21 22:44:24 -06:00 |
|
reaction_product.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
scattdata.h
|
make MG scattering gmin, gmax be int, not double
|
2020-02-28 12:01:28 -05:00 |
|
search.h
|
Convert synchronize_bank to C++
|
2018-10-15 13:42:10 -05:00 |
|
secondary_correlated.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
secondary_kalbach.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
secondary_nbody.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
secondary_thermal.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
secondary_uncorrelated.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
settings.h
|
Create getter funtion for n_batches, update test_lib.py
|
2020-06-01 21:19:06 -04:00 |
|
shared_array.h
|
Changed thread_safe_append() to require a value argument, and re-arranged create_fission_sites() in physics.cpp and physics_mg.cpp to use the new interface.
|
2020-01-29 02:07:02 +00:00 |
|
simulation.h
|
Make sure data gets initialized for particle restarts
|
2020-06-18 16:21:26 -05:00 |
|
source.h
|
Update include/openmc/source.h
|
2020-03-20 12:04:35 -04:00 |
|
state_point.h
|
Moving tally writing into the statepoint function. Should write anytime a statepoint file is asked for.
|
2020-03-19 14:15:26 -05:00 |
|
string_utils.h
|
address @paulromano's comments
|
2019-04-17 14:11:55 -04:00 |
|
summary.h
|
Address most @smharper and @nelsonag comments on #1152
|
2019-01-31 22:04:45 -06:00 |
|
surface.h
|
fix thing in surface.h
|
2020-01-21 13:18:07 -05:00 |
|
thermal.h
|
convert all but one thing in cell.h to enums
|
2020-01-16 15:41:45 -05:00 |
|
timer.h
|
Remove restart_timers and have openmc_init/run start/stop total timer
|
2020-04-07 13:49:10 -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
|
Fixing @paulromano comments
|
2018-12-07 20:38:24 -05:00 |
|
volume_calc.h
|
More use of fmt::print and fmt::format
|
2020-02-10 10:33:57 -06:00 |
|
wmp.h
|
Move read_multipole_data to C++
|
2019-01-30 22:15:48 -06:00 |
|
xml_interface.h
|
Updating xml calls for reading plots.xml.
|
2018-10-30 21:29:35 -05:00 |
|
xsdata.h
|
convert all but one thing in cell.h to enums
|
2020-01-16 15:41:45 -05:00 |