Skip to content

Commit

Permalink
Update umt.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Jul 2, 2024
1 parent ac553dc commit 1eca1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/06_umt/umt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The benchmark problem is a single node sweep performance problem (SPP) on a 3D u
Figure of Merit
---------------

The Figure of Merit is defined as the number of unknowns solved per second, which is calculated by:
The Figure of Merit is defined as the number of unknowns solved per second, normalized by the number of iterations, which is calculated by:

.. code-block::
number of unknowns = <# mesh cells * 8> * <# directions> * <number of energy bins>
number of unknowns = <# mesh cells * 8> * <# directions> * <number of energy bins> / <number of iterations>
Explanation on the '# mesh cells * 8': UMT further decomposes a mesh cell into 'corner' sub-cell spatial elements. There are 8 'corners' per cell in a 3D mesh.

Expand Down

0 comments on commit 1eca1fb

Please sign in to comment.