| .. |
|
tallies
|
Move ParticleType into Particle and use for type_ member
|
2019-03-01 15:59:21 -06: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
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
bremsstrahlung.h
|
Finish TTB implementation on C++ side, still a bug somewhere
|
2019-01-15 07:28:47 -06:00 |
|
capi.h
|
Lassoing stars.
|
2019-03-19 08:44:36 -05:00 |
|
cell.h
|
Using a DAGSurface/Cell class attribute to track DAGMC indices and contain +1's.
|
2019-03-15 15:55:20 -05:00 |
|
cmfd_solver.h
|
Respond to @smharper comments on #1171
|
2019-02-22 14:50:13 -06:00 |
|
constants.h
|
Store heating, gas production, and damage energy as redundant reactions
|
2019-03-10 14:42:13 -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
|
Convert remainder of tallies to C++
|
2019-02-21 19:30:04 -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
|
Translate most of load_state_point to C++
|
2019-02-06 07:11:44 -06:00 |
|
endf.h
|
Convert all photon physics except bremsstrahlung (not done yet)
|
2019-01-15 07:28:47 -06:00 |
|
error.h
|
Convert transport() and cross_surface() to C++
|
2019-02-15 10:59:23 -06: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
|
Convert remainder of tallies to C++
|
2019-02-21 19:30:04 -06:00 |
|
hdf5_interface.h
|
Fix memory errors caught by Valgrind
|
2019-03-05 11:22:53 -05:00 |
|
initialize.h
|
Move read_ce_cross_sections to C++
|
2019-01-30 22:15:48 -06:00 |
|
lattice.h
|
Fix build warnings
|
2019-03-13 08:27:35 -05:00 |
|
material.h
|
Merge branch 'develop' into density-effect-correction
|
2019-03-05 19:21:51 -06:00 |
|
math_functions.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
mesh.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
message_passing.h
|
Move call to MPI_Abort to C++ side
|
2018-10-15 11:52:33 -05:00 |
|
mgxs.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
mgxs_interface.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
neighbor_list.h
|
Address #1140 comments
|
2018-12-29 12:54:29 -05:00 |
|
nuclide.h
|
Remove Fortan compatibility functions
|
2019-02-21 22:44:24 -06:00 |
|
openmp_interface.h
|
Address #1140 comments
|
2018-12-29 12:54:29 -05:00 |
|
output.h
|
Remove Fortan compatibility functions
|
2019-02-21 22:44:24 -06:00 |
|
particle.h
|
Rename other 'last' members in Particle
|
2019-03-01 16:00:36 -06:00 |
|
particle_restart.h
|
Convert particle restart to C++
|
2019-02-15 10:59:23 -06:00 |
|
photon.h
|
Calculate radiative and collision stopping power instead of using NIST ESTAR data
|
2019-03-03 17:40:57 -06:00 |
|
physics.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
physics_common.h
|
Converted physics_common to C++
|
2018-10-07 07:18:29 -04:00 |
|
physics_mg.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
plot.h
|
Updating other signatures to match new pixels_ type.
|
2019-03-19 08:44:36 -05:00 |
|
position.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -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
|
Remove Fortan compatibility functions
|
2019-02-21 22:44:24 -06:00 |
|
reaction_product.h
|
Move ParticleType into Particle and use for type_ member
|
2019-03-01 15:59:21 -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
|
Fix all the bugs introduced
|
2019-02-21 19:30:07 -06:00 |
|
simulation.h
|
Convert remainder of tallies to C++
|
2019-02-21 19:30:04 -06:00 |
|
source.h
|
Use Position and Direction in Particle class
|
2019-03-01 16:00:36 -06:00 |
|
state_point.h
|
Translate most of load_state_point to C++
|
2019-02-06 07:11: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
|
Using a DAGSurface/Cell class attribute to track DAGMC indices and contain +1's.
|
2019-03-15 15:55:20 -05:00 |
|
thermal.h
|
Convert remainder of tallies to C++
|
2019-02-21 19:30:04 -06:00 |
|
timer.h
|
Move read_ce_cross_sections to C++
|
2019-01-30 22:15:48 -06:00 |
|
track_output.h
|
Convert particle track writing to C++
|
2019-02-20 15:03:36 -06:00 |
|
urr.h
|
Fixing @paulromano comments
|
2018-12-07 20:38:24 -05:00 |
|
volume_calc.h
|
Convert remainder of tallies to C++
|
2019-02-21 19:30:04 -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
|
Fix MG mode delayed nu-fission indexing bug
|
2019-02-07 13:13:43 -05:00 |