OpenMC/include/openmc
2018-10-30 08:56:14 -05:00
..
tallies Merge branch 'develop' into cpp-init-finalize 2018-10-25 17:18:14 -04:00
angle_energy.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
capi.h Merge branch 'develop' into cpp-init-finalize 2018-10-25 17:18:14 -04:00
cell.h Adding changes requested in PR. 2018-10-01 10:35:46 -05:00
constants.h Adding skeleton for create_ppm. 2018-10-30 08:56:14 -05:00
container_util.h Move finalize_batch and write_source_point to C++ 2018-10-19 07:41:29 -05:00
dagmc.h Updating warning condition for DAGMC threads and some comment corrections. 2018-10-04 14:43:59 -05:00
distribution.h Add doxygen comments where needed 2018-08-23 21:38:23 -05: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 Fix comment, remove leftover std::cout 2018-10-25 18:00:16 -05:00
endf.h Fix clang complaining about control reaching end of non-void function 2018-09-12 23:16:08 -05: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 Address #1061 comments 2018-08-27 17:07:22 -04:00
geometry_aux.h Remove "tally_" prefix from tally filter files 2018-10-22 10:22:55 -04:00
hdf5_interface.h Fix invalid use of strlen in read_attribute 2018-10-25 17:42:09 -05:00
initialize.h Move openmc_init, initialize_batch, openmc_simulation_finalize to C++ 2018-10-19 07:41:29 -05:00
lattice.h Remove global_ prefix from global geometry vectors 2018-08-27 19:06:01 -04:00
material.h Merge remote-tracking branch 'upstream/develop' into cpp_tallies 2018-10-17 19:56:59 -04:00
math_functions.h Address #1101 comments 2018-10-21 18:59:03 -04:00
mesh.h Make sure RegularMesh methods are const. Address other comments by @smharper 2018-09-07 06:41:25 -05:00
message_passing.h Move call to MPI_Abort to C++ side 2018-10-15 11:52:33 -05:00
mgxs.h Cleaning up code, resolving @paulromano comments 2018-09-05 20:46:33 -04:00
mgxs_interface.h Move initialize_history to C++ 2018-10-19 07:41:29 -05:00
nuclide.h Add doxygen comments where needed 2018-08-23 21:38:23 -05:00
output.h Move openmc_init, initialize_batch, openmc_simulation_finalize to C++ 2018-10-19 07:41:29 -05:00
particle.h Move initialize_history to C++ 2018-10-19 07:41:29 -05:00
physics_common.h Converted physics_common to C++ 2018-10-07 07:18:29 -04:00
physics_mg.h Resolving review comments: adding doxygen param lists, cleaning up references/pointers 2018-10-13 13:33:06 -04:00
plot.h Replacing create_ppm and output_ppm with C++ implementation. 2018-10-30 08:56:14 -05:00
position.h Removing union in Position struct. 2018-09-25 21:02:33 -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 Rename summed -> redundant to make ENDF language 2018-09-13 08:06:13 -05:00
reaction_product.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
scattdata.h Got it all working, next would like to take advantage of the xtensor features to reduce lines of code 2018-09-01 11:01:56 -04: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 openmc_finalize to C++ 2018-10-19 07:41:29 -05:00
simulation.h Move openmc_next_batch to C++ 2018-10-19 07:41:29 -05:00
source.h Move finalize_generation to C++ 2018-10-19 07:41:29 -05:00
state_point.h Move finalize_batch and write_source_point to C++ 2018-10-19 07:41:29 -05:00
string_functions.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
string_utils.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
surface.h Adding changes requested in PR. 2018-10-01 10:35:46 -05:00
thermal.h Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
timer.h Move openmc_reset and openmc_hard_reset to C++ 2018-10-19 07:41:29 -05:00
xml_interface.h Add C++ version of RegularMesh class 2018-09-03 06:50:49 -05:00
xsdata.h Cleaning up code, resolving @paulromano comments 2018-09-05 20:46:33 -04:00