Removed n_events from TallyScore and added 'events' score type.

This commit is contained in:
Paul Romano 2012-11-20 15:41:12 -05:00
parent 842bbe9121
commit 9f527f04cd
7 changed files with 28 additions and 6 deletions

View file

@ -17,6 +17,7 @@ the problem at hand (mostly on the number of nuclides in the problem).
New Features
------------
- Added 'events' score that returns number of events that scored to a tally.
- Restructured tally filter implementation and user input.
- Source convergence acceleration via CMFD (implemented with PETSC).
- Ability to read source files in parallel when number of particles is greater

View file

@ -824,6 +824,9 @@ The following responses can be tallied.
:nu-fission:
Total production of neutrons due to fission
:events:
Number of scoring events
``<mesh>`` Element
------------------