| .. |
|
tallies
|
Activate need_depletion_rx for reaction rate-based depletion only
|
2020-09-15 10:23:31 -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 |
|
boundary_condition.h
|
Assume un-aligned normals for rotational BCs
|
2020-11-14 14:00:16 -07:00 |
|
bremsstrahlung.h
|
Finish TTB implementation on C++ side, still a bug somewhere
|
2019-01-15 07:28:47 -06:00 |
|
capi.h
|
Address @paulromano comments
|
2020-12-03 10:37:13 -05:00 |
|
cell.h
|
Change declaration order of maps used for vectors
|
2020-07-29 15:48:14 -05:00 |
|
cmfd_solver.h
|
Respond to @smharper comments on #1171
|
2019-02-22 14:50:13 -06:00 |
|
constants.h
|
Added tests and fixed code accordingly
|
2020-10-22 14:13:32 -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
|
Change declaration order of maps used for vectors
|
2020-07-29 15:48:14 -05: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 documentation for Maxwell distribution pdf
|
2020-12-08 13:53:35 -06:00 |
|
distribution_angle.h
|
Avoid polymorphism on angular distributions known to be Tabular
|
2020-12-08 13:53:35 -06: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
|
Correct typo in retrieving stored pointer from CartesianIndependent distribution unique pointers.Refs #1680
|
2020-10-05 17:49:12 -05: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
|
Add templated write_message for formatting messages
|
2020-08-06 07:04:59 -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
|
Updates to enable plotting of individual universe levels.
|
2020-09-03 08:29:47 -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
|
Change declaration order of maps used for vectors
|
2020-07-29 15:48:14 -05:00 |
|
material.h
|
Allow access to material temperature from openmc.lib
|
2020-09-15 10:23:31 -05:00 |
|
math_functions.h
|
Move broaden_wmp_polynomials to wmp.cpp. Make a few methods const
|
2021-01-15 14:25:32 -06:00 |
|
mesh.h
|
Move bins_crossed implementation into StructuredMesh base class. Refs #1695
|
2020-10-19 15:56:26 -05:00 |
|
message_passing.h
|
Move call to MPI_Abort to C++ side
|
2018-10-15 11:52:33 -05:00 |
|
mgxs.h
|
Fixed issue in MG-Mode which surfaced when running problems which have microscopic cross sections defined and multiple fissile isotopes in a material
|
2020-10-15 13:46:05 -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
|
Use pair instead of struct as return type of find_temperature
|
2020-09-15 10:23:31 -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
|
Add comments to periodic BC implementation
|
2020-10-26 22:15:20 -06: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
|
Correction to plot level and index check.
|
2020-09-03 22:30:46 -05:00 |
|
position.h
|
Moving definition of reflect method.
|
2020-08-24 10:09:24 -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
|
Account for temperature in reaction rate calculation
|
2020-09-15 10:23:31 -05:00 |
|
reaction_product.h
|
refactor seed and seed aray variable names
|
2019-12-05 19:50:31 +00:00 |
|
scattdata.h
|
Fixed issue in MG-Mode which surfaced when running problems which have microscopic cross sections defined and multiple fissile isotopes in a material
|
2020-10-15 13:46:05 -05:00 |
|
search.h
|
Convert synchronize_bank to C++
|
2018-10-15 13:42:10 -05:00 |
|
secondary_correlated.h
|
Avoid polymorphism on angular distributions known to be Tabular
|
2020-12-08 13:53:35 -06: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
|
Rename source classes
|
2020-10-23 14:11:34 -05: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
|
Make Source::sample() method const
|
2020-10-27 10:02:03 -05:00 |
|
state_point.h
|
Allow read_source_bank to be distributed or not
|
2020-10-27 10:02:00 -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
|
Remove the old Surface::bc_ attribute
|
2020-10-18 12:33:36 -06:00 |
|
thermal.h
|
Change declaration order of maps used for vectors
|
2020-07-29 15:48:14 -05:00 |
|
timer.h
|
Remove unused source sampling timer
|
2020-10-13 12:45:35 -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 broaden_wmp_polynomials to wmp.cpp. Make a few methods const
|
2021-01-15 14:25:32 -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 |