OpenMC/src
2013-04-14 18:33:47 -04:00
..
templates Added source_write option to inhibit writing source sites in state points. Closes #153. 2013-03-20 13:32:58 -04:00
utils Removed unnecessary xyz coords in voxel binary dump 2013-04-14 18:33:47 -04:00
xml-fortran fixed bug in recent xml comment whitespace fix 2013-04-09 15:23:13 -04:00
ace.F90 Got rid of all but 16 leaked bytes for the basic model. 2013-04-03 16:01:22 -04:00
ace_header.F90 Revised naming of new %clear routines to match temporary style of lowercaseclassname_clear. 2013-04-06 12:43:44 -04:00
bank_header.F90 Changed criticality to eigenvalue (modules, input, etc). 2012-12-04 09:46:55 -05:00
cmfd_data.F90 Remove unused explicit imports. 2013-02-21 14:34:48 -05:00
cmfd_execute.F90 Remove unused explicit imports. 2013-02-21 14:34:48 -05:00
cmfd_header.F90 Use ZERO and ONE instead of 0.0_8 and 1.0_8. Update DEPENDENCIES. 2012-10-18 00:24:52 -04:00
cmfd_input.F90 Fixed PETSC MatSetVar issue for GCC 4.7.2 and made it so the CMFD mesh albedo does default to all 1.0 like the manual states. 2013-04-04 15:29:59 -04:00
cmfd_jacobian_operator.F90 Fixed PETSC MatSetVar issue for GCC 4.7.2 and made it so the CMFD mesh albedo does default to all 1.0 like the manual states. 2013-04-04 15:29:59 -04:00
cmfd_loss_operator.F90 Use ZERO and ONE instead of 0.0_8 and 1.0_8. Update DEPENDENCIES. 2012-10-18 00:24:52 -04:00
cmfd_message_passing.F90 Use type bound procedures for Timer. 2013-01-27 19:01:27 -05:00
cmfd_output.F90 added cmfd HDF5 output in statepoints and removed old CMFD HDF5 output routine 2013-01-31 10:06:13 -08:00
cmfd_power_solver.F90 Removed a few unused variables. 2012-10-18 10:29:55 -04:00
cmfd_prod_operator.F90 More whitespace, formatting changes. 2012-10-17 23:31:42 -04:00
cmfd_slepc_solver.F90 Use type bound procedures for Timer. 2013-01-27 19:01:27 -05:00
cmfd_snes_solver.F90 Removed a few unused variables. 2012-10-18 10:29:55 -04:00
constants.F90 added binary writer and reader for particle restart 2013-04-08 08:39:03 -07:00
cross_section.F90 Remove assumed short circuit evaluation for S(a,b) tables. 2013-02-07 14:58:11 -05:00
DEPENDENCIES Moved read/write_source_binary to state_point module. 2013-04-11 22:14:52 -04:00
dict_header.F90 Removed dict_delete_*. 2013-04-06 12:39:21 -04:00
doppler.F90 Got rid of erfc function in doppler module since it was not thoroughly tested. 2012-08-17 16:44:49 -04:00
eigenvalue.F90 got rid of previous loop counter i completely 2013-04-08 06:08:25 -07:00
endf.F90 Fixed reaction_name for MT=849. 2013-02-08 16:37:45 -05:00
endf_header.F90 Made Tab1_clear lower case. 2013-04-07 09:54:17 -04:00
energy_grid.F90 Refactored to use new list, dictionary, and set implementations. Closes #56 on github. Closes #31 on github. 2013-01-27 21:43:31 -05:00
error.F90 split particle restart logic into two files, call to write particle restart is in physics and geometry now decoupled from error 2013-04-02 09:45:03 -07:00
finalize.F90 added new run mode for particle restart, restart files are read in 2013-04-02 07:51:54 -07:00
fission.F90 Changed spacing to conform with style guide. 2012-11-26 16:01:23 -05:00
fixed_source.F90 Change statepoint_batch to type(SetInt). 2013-03-20 13:15:27 -04:00
geometry.F90 Display correct surface id on lost particle error. 2013-04-08 20:04:23 -04:00
geometry_header.F90 Changed element component to universes on Lattice derived type. 2013-01-29 15:35:28 -05:00
global.F90 added 3d voxel geometry plotting capability 2013-04-13 22:12:43 -04:00
hdf5_interface.F90 fixed incorrect array size when reading entropy from HDF5 file 2013-04-12 10:49:18 -07:00
initialize.F90 -s command option can now be used for particle restart 2013-04-09 05:20:54 -07:00
input_xml.F90 Changed '3d raster' name for new plotting capability to 'voxel' 2013-04-13 22:50:18 -04:00
interpolation.F90 Changed spacing to conform with style guide. 2012-11-26 16:01:23 -05:00
list_header.F90 Added method to clear all elements in a list. 2013-01-27 14:38:25 -05:00
main.F90 Add space between if and ( 2013-04-08 20:17:10 -04:00
Makefile Update library directories. 2013-02-21 20:37:36 -05:00
material_header.F90 Initial support for multiple S(a,b) tables. Still need sorting of i_sab_nuclides and i_sab_tables. 2013-02-06 19:19:20 -05:00
math.F90 Increased the scattering order to 10 2012-12-04 13:12:45 -05:00
mesh.F90 Fix volume tallies with 2D mesh filter. Closes #144. 2013-02-01 15:39:02 -05:00
mesh_header.F90 Changed spacing to conform with style guide. 2012-11-26 16:01:23 -05:00
OBJECTS split particle restart logic into two files, call to write particle restart is in physics and geometry now decoupled from error 2013-04-02 09:45:03 -07:00
output.F90 Changed '3d raster' name for new plotting capability to 'voxel' 2013-04-13 22:50:18 -04:00
particle_header.F90 3D lattice capability. 2013-01-29 15:35:28 -05:00
particle_restart.F90 Fixed another #endif statement. 2013-04-08 20:01:46 -04:00
particle_restart_write.F90 added binary writer and reader for particle restart 2013-04-08 08:39:03 -07:00
physics.F90 split particle restart logic into two files, call to write particle restart is in physics and geometry now decoupled from error 2013-04-02 09:45:03 -07:00
plot.F90 Removed unnecessary xyz coords in voxel binary dump 2013-04-14 18:33:47 -04:00
plot_header.F90 Changed '3d raster' name for new plotting capability to 'voxel' 2013-04-13 22:50:18 -04:00
ppmlib.F90 Changed spacing to conform with style guide. 2012-11-26 16:01:23 -05:00
ppmlib.LICENSE Added licenses for xml-fortran and ppmlib. 2012-08-02 16:22:40 -04:00
random_lcg.F90 Changed spacing to conform with style guide. 2012-11-26 16:01:23 -05:00
search.F90 Changed spacing to conform with style guide. 2012-11-26 16:01:23 -05:00
set_header.F90 Add clear method to set. 2013-01-28 16:28:16 -05:00
source.F90 Moved read/write_source_binary to state_point module. 2013-04-11 22:14:52 -04:00
source_header.F90 Changed criticality to eigenvalue (modules, input, etc). 2012-12-04 09:46:55 -05:00
state_point.F90 Moved read/write_source_binary to state_point module. 2013-04-11 22:14:52 -04:00
string.F90 Fix upper_case for letter 'z' (id 122). 2013-03-27 20:00:41 -04:00
tally.F90 Merge branch 'combined' 2013-02-21 16:26:10 -05:00
tally_header.F90 Revised naming of new %clear routines to match temporary style of lowercaseclassname_clear. 2013-04-06 12:43:44 -04:00
tally_initialize.F90 Changed arguments for add_tallies. Closes #141. 2013-01-31 10:19:45 -05:00
timer_header.F90 Use type bound procedures for Timer. 2013-01-27 19:01:27 -05:00