Merge branch 'develop' into mgxs_integration

This commit is contained in:
Adam Nelson 2016-05-16 19:18:42 -04:00
commit 058ba68895
37 changed files with 3431 additions and 3521 deletions

View file

@ -123,6 +123,16 @@ Many of the above classes are derived from several abstract classes:
openmc.Region
openmc.Lattice
One function is also available to create a hexagonal region defined by the
intersection of six surface half-spaces.
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
openmc.make_hexagon_region
Constructing Tallies
--------------------