Commit graph

15994 commits

Author SHA1 Message Date
Paul Romano
f6d8f3ca55 Changed attribute IE in reaction to threshold. 2012-08-04 10:54:37 -04:00
Paul Romano
51667c379c Added bugfix to release notes. 2012-08-04 10:46:54 -04:00
Paul Romano
1c472d376c Fixed survival biasing with probability tables. Closes #103 on github. 2012-08-04 10:45:40 -04:00
Paul Romano
3c446cc17c Removed optional argument event in create_fission_sites. 2012-08-03 23:38:54 -04:00
Paul Romano
7e46951e95 Added material on fission bank algorithm from NSE paper to documentation. 2012-08-03 14:48:34 -04:00
Paul Romano
b4617a9c42 Added description of method of successive generations. 2012-08-03 12:25:40 -04:00
Paul Romano
055e767e4e Added description of filters and scores methodology. 2012-08-03 11:43:19 -04:00
Paul Romano
6210d3187e Added description of universes and lattices. 2012-08-02 17:26:27 -04:00
Paul Romano
b69b9d662b Fixed various typos in documentation. 2012-08-02 17:26:10 -04:00
Paul Romano
995eebd208 Added licenses for xml-fortran and ppmlib. 2012-08-02 16:22:40 -04:00
Paul Romano
1390cbdaff Added discussion of analog, collision, and track-length estimators for tallies in documentation. 2012-08-02 15:01:56 -04:00
Paul Romano
79dafeccba Added discussion on central limit theorem to documentation. 2012-08-02 13:10:03 -04:00
Paul Romano
5ae6887351 Updated release notes for 0.4.3. 2012-08-02 12:47:02 -04:00
Paul Romano
90e093de00 Added discussion of mean, variance, variance of mean to documentation. 2012-08-02 12:46:46 -04:00
Paul Romano
3c6e800b06 Fixed writing tallies with no filters. Closes #88 on github. 2012-08-01 21:40:24 -04:00
Paul Romano
460ef1af5a Fixed bug with use of position array. Closes #100 on github. 2012-08-01 21:11:22 -04:00
Paul Romano
709878c8b2 Rotation and translation on filled cells. Closes #46 on github. 2012-08-01 16:48:46 -04:00
Paul Romano
1566ca88d6 Reduce k_batch only when needed. Fixed weird NaN issue. 2012-08-01 13:06:45 -04:00
Paul Romano
0069d5f08a Fixed bug where 0 inactive cycles led to tallies never turning on. 2012-08-01 12:47:00 -04:00
Paul Romano
31572c03fa Increase n_realizations on all processors. 2012-08-01 12:46:30 -04:00
Paul Romano
f9c03c8ecb Ability to write tally results from state point. Closes #96 on github. 2012-07-31 16:42:18 -04:00
Paul Romano
7f1b6a1e17 Fixed four small bugs in state points. Closes #64 on github. 2012-07-31 15:48:52 -04:00
Paul Romano
40bd09fc9e Changed entropy to array and added to state point. 2012-07-31 15:43:18 -04:00
Paul Romano
ad93c68d04 Ability to replay history in restart. 2012-07-31 15:43:18 -04:00
Paul Romano
553a12cd28 Changed k_batch to an array. 2012-07-31 15:43:17 -04:00
Paul Romano
013df94b2e Ability to restart from state point. Works in serial. 2012-07-31 15:43:13 -04:00
Paul Romano
d4d1f63e1d Ability to write state points at specified batches. 2012-07-31 13:43:25 -04:00
Paul Romano
b6e4e9ecb8 Ability to create state point. 2012-07-31 13:01:44 -04:00
Paul Romano
af25e7932e Increase n_realizations every time accumulate_score is called. 2012-07-31 10:25:29 -04:00
Paul Romano
0b19909dec Added patch for interrupt handling if we want to add it at some point. 2012-07-31 09:35:46 -04:00
Paul Romano
8f93de1ee4 Issue error message when parameters are not specified correctly on <source> element. Closes #99 on github. 2012-07-30 18:42:23 -04:00
Paul Romano
1a98f1cd37 Added initialization of size_xs in print_nuclide. 2012-07-30 18:39:53 -04:00
Paul Romano
5e4251cc35 Added documentation on <fixed_source> tag and updated <source> tag. Closes #95 on github. 2012-07-30 16:32:42 -04:00
Paul Romano
bf0b3f879f Changed fixed source and criticality headers. 2012-07-30 16:07:02 -04:00
Paul Romano
a49dc3b281 Fixed bug for nuclide tallies when running in parallel. 2012-07-30 16:05:07 -04:00
Paul Romano
a2f6350658 Prevent users from running fixed source with fissionable materials. 2012-07-30 15:53:21 -04:00
Paul Romano
5eebbc0a23 Added ability to list 'total' in <nuclides> element. 2012-07-30 14:19:56 -04:00
Paul Romano
7af2cfcc63 Fixed bug in score_analog_tallies. 2012-07-30 14:19:31 -04:00
Paul Romano
78224fdb64 Turn tallies on for fixed source. 2012-07-30 14:10:00 -04:00
Paul Romano
3d2283d6df Added user input for fixed source calculation. 2012-07-30 13:47:30 -04:00
Paul Romano
b6bee4cc7a Minor restructuring in source module, added copy_source_attributes subroutine. Moved count for total_weight into transport module. 2012-07-30 13:47:30 -04:00
Paul Romano
d721072423 Moved allocate_banks to initialize module and created calculate_work subroutine. 2012-07-30 13:47:29 -04:00
Paul Romano
dbce813b19 Several fixes in documentation thanks to Bryan Herman. 2012-07-30 13:47:29 -04:00
Paul Romano
1af7afe543 Added description of sampling distance to next collision in documentation. 2012-07-30 13:47:29 -04:00
Paul Romano
0554ab6752 Fix input for binary source file. 2012-07-30 13:47:29 -04:00
Paul Romano
394875d273 Ability to sample monodirectional, monoenergetic, maxwell, watt sources. 2012-07-30 13:47:29 -04:00
Paul Romano
8564a203dc Moved default Watt spectrum. 2012-07-30 13:47:29 -04:00
Paul Romano
1133b69011 Added more infrastructure for angle and energy distributions on external source. 2012-07-30 13:47:29 -04:00
Paul Romano
7de2efaa34 Added sample_external_source and expanded ExtSource type to have angle and energy distributions. 2012-07-30 13:47:29 -04:00
Paul Romano
d4be808be7 Incremented release number in constants module. 2012-07-30 13:47:29 -04:00