OpenMC/include/openmc
2019-02-11 13:58:12 -05:00
..
tallies Move write_tallies to C++ 2019-02-11 13:58:12 -05:00
angle_energy.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
bank.h Move source and fission banks to C++ 2018-11-26 23:00:44 -06:00
bremsstrahlung.h Finish TTB implementation on C++ side, still a bug somewhere 2019-01-15 07:28:47 -06:00
capi.h Merge remote-tracking branch 'upstream/develop' into cpp_tallies 2019-02-05 14:05:15 -05:00
cell.h Simplify neighbor list implementation 2018-12-18 15:02:07 -05:00
constants.h Clean up tally triggers 2019-02-02 12:46:43 -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 Address most @smharper and @nelsonag comments on #1152 2019-01-31 22:04:45 -06:00
dagmc.h Moving dagmc_enabled outside of main DAGMC ifdef. 2019-01-30 20:37:17 -06:00
distribution.h Addressed P. Romano review comments 2018-12-13 15:10:00 +00:00
distribution_angle.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
distribution_energy.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
distribution_multi.h Convert source distributions to C++ 2018-08-23 15:23:47 -05:00
distribution_spatial.h Add doxygen comments where needed 2018-08-23 21:38:23 -05:00
eigenvalue.h Move source and fission banks to C++ 2018-11-26 23:00:44 -06:00
endf.h Convert all photon physics except bremsstrahlung (not done yet) 2019-01-15 07:28:47 -06:00
error.h Move call to MPI_Abort to C++ side 2018-10-15 11:52:33 -05: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 Switch to cell-based neighbor lists 2018-11-24 09:29:24 -05:00
geometry_aux.h Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
hdf5_interface.h Move remaining writing of summary file to C++ 2019-01-30 22:15:48 -06:00
initialize.h Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
lattice.h More namespacing for global variables 2018-11-14 15:00:15 -06:00
material.h Remove most of remaining components of Material type on Fortran side 2019-01-30 22:15:48 -06:00
math_functions.h Remove bremsstrahlung code on Fortran side 2019-01-15 07:28:47 -06:00
mesh.h Namespacing for mesh/material global variables 2018-11-14 15:00:16 -06:00
message_passing.h Move call to MPI_Abort to C++ side 2018-10-15 11:52:33 -05:00
mgxs.h Move openmc_load_nuclide, openmc_material_add_nuclide, and read_mgxs to C++ 2019-01-30 22:15:48 -06:00
mgxs_interface.h Remove C++/Fortran interop code 2019-02-10 14:09:15 -05:00
neighbor_list.h Address #1140 comments 2018-12-29 12:54:29 -05:00
nuclide.h Move score_*_derivative to C++ 2019-02-10 18:43:48 -05:00
openmp_interface.h Address #1140 comments 2018-12-29 12:54:29 -05:00
output.h Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
particle.h Resolve off-by-one issues for ParticleType 2019-01-31 22:54:32 -06:00
photon.h Continue converting 2019-01-30 22:15:48 -06:00
physics.h Simplify interface for sample_nuclide, fix iso_in_lab test 2019-01-30 22:15:48 -06:00
physics_common.h Converted physics_common to C++ 2018-10-07 07:18:29 -04:00
physics_mg.h removed a todo from physics_mg 2018-12-06 19:40:10 -05:00
plot.h Put plots in model namespace 2018-11-14 15:00:16 -06:00
position.h Convert scattering routines to C++ 2018-11-26 23:00:44 -06:00
progress_bar.h Implementation of progress bar. 2018-10-30 08:59:36 -05:00
random_lcg.h Move openmc_init, initialize_batch, openmc_simulation_finalize to C++ 2018-10-19 07:41:29 -05:00
reaction.h Store reactions as a vector on Nuclide 2018-11-26 23:00:44 -06:00
reaction_product.h Only calculate nu on C++ side 2019-01-02 13:55:08 -06:00
scattdata.h Move openmc_load_nuclide, openmc_material_add_nuclide, and read_mgxs to C++ 2019-01-30 22:15:48 -06:00
search.h Convert synchronize_bank to C++ 2018-10-15 13:42:10 -05:00
secondary_correlated.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
secondary_kalbach.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
secondary_nbody.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
secondary_uncorrelated.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
settings.h Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
simulation.h Add normalize_density, set_density, set_densities on C++ side 2019-01-30 22:15:48 -06:00
source.h Move source and fission banks to C++ 2018-11-26 23:00:44 -06:00
state_point.h Move source and fission banks to C++ 2018-11-26 23:00:44 -06:00
string_utils.h Combined string_functions.h and string_utils.h 2018-11-06 10:23:11 -06:00
summary.h Address most @smharper and @nelsonag comments on #1152 2019-01-31 22:04:45 -06:00
surface.h Remove surface-based neighbor lists 2018-12-18 15:08:14 -05:00
thermal.h Add Material::init_thermal() 2019-01-30 22:15:48 -06:00
timer.h Move read_ce_cross_sections to C++ 2019-01-30 22:15:48 -06:00
urr.h Fixing @paulromano comments 2018-12-07 20:38:24 -05: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 Fix MG mode delayed nu-fission indexing bug 2019-02-07 13:13:43 -05:00