Add make_hexagon_region() function

This commit is contained in:
Paul Romano 2016-05-10 22:08:10 -05:00
parent 10f498177e
commit 32eb58774d
2 changed files with 54 additions and 1 deletions

View file

@ -122,6 +122,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
--------------------