| .. |
|
templates
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
utils
|
Remove diffusion score from statepoint.py.
|
2013-04-22 18:04:20 -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
|
removed SCORE_DIFFUSION tally from the code, code will report a fatal if used for a while
|
2013-04-12 10:34:18 -07:00 |
|
cmfd_execute.F90
|
Remove unused explicit imports.
|
2013-02-21 14:34:48 -05:00 |
|
cmfd_header.F90
|
removed SCORE_DIFFUSION tally from the code, code will report a fatal if used for a while
|
2013-04-12 10:34:18 -07:00 |
|
cmfd_input.F90
|
removed SCORE_DIFFUSION tally from the code, code will report a fatal if used for a while
|
2013-04-12 10:34:18 -07: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 path_output variable.
|
2013-04-25 18:22:46 -04: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
|
Merge branch 'master' into HEAD
|
2013-04-22 18:02:59 -04:00 |
|
cross_section.F90
|
Remove assumed short circuit evaluation for S(a,b) tables.
|
2013-02-07 14:58:11 -05:00 |
|
DEPENDENCIES
|
Changed plot to strickly serpent-style plots, and added mpi reduce
|
2013-05-06 19:11:23 -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
|
Fixed mpi reduce for serpent-style plots
|
2013-05-06 16:54: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
|
Revert "check for absolute precision issues when neutron distances to lattice surface and global surface are very small and close"
|
2013-04-22 18:40:35 -04:00 |
|
geometry_header.F90
|
Changed element component to universes on Lattice derived type.
|
2013-01-29 15:35:28 -05:00 |
|
global.F90
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
hdf5_interface.F90
|
Added path_output variable.
|
2013-04-25 18:22:46 -04:00 |
|
initialize.F90
|
Changed plot to strickly serpent-style plots, and added mpi reduce
|
2013-05-06 19:11:23 -04:00 |
|
input_xml.F90
|
Fixed mpi reduce for serpent-style plots
|
2013-05-06 16:54:54 -07: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
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
Makefile
|
Update HDF5 version in Makefile.
|
2013-04-25 18:50:06 -04:00 |
|
material_header.F90
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
math.F90
|
Increased the scattering order to 10
|
2012-12-04 13:12:45 -05:00 |
|
mesh.F90
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
mesh_header.F90
|
Changed spacing to conform with style guide.
|
2012-11-26 16:01:23 -05:00 |
|
OBJECTS
|
Added progress bar to plotter
|
2013-04-26 15:06:38 -04:00 |
|
output.F90
|
Added path_output variable.
|
2013-04-25 18:22:46 -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
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
physics.F90
|
Initial add of support for serpent-style plots
|
2013-05-06 09:37:53 -04:00 |
|
plot.F90
|
Fixed mpi reduce for serpent-style plots
|
2013-05-06 16:54:54 -07:00 |
|
plot_header.F90
|
Changed plot to strickly serpent-style plots, and added mpi reduce
|
2013-05-06 19:11:23 -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 |
|
progress_header.F90
|
Added progress header file
|
2013-04-26 15:09:10 -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
|
Added path_output variable.
|
2013-04-25 18:22:46 -04:00 |
|
string.F90
|
Fix upper_case for letter 'z' (id 122).
|
2013-03-27 20:00:41 -04:00 |
|
tally.F90
|
removed SCORE_DIFFUSION tally from the code, code will report a fatal if used for a while
|
2013-04-12 10:34:18 -07: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
|
Added progress header file
|
2013-04-26 15:09:10 -04:00 |