Merge pull request #1043 from hanzhuoran/math

Add math functions for FET reconstruction
This commit is contained in:
Paul Romano 2018-08-21 12:05:12 -05:00 committed by GitHub
commit c3e0c6941b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 147 additions and 4 deletions

View file

@ -178,6 +178,23 @@ Post-processing
openmc.StatePoint
openmc.Summary
The following classes and functions are used for functional expansion reconstruction.
.. autosummary::
:toctree: generated
:nosignatures:
:template: myclass.rst
openmc.ZernikeRadial
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
openmc.legendre_from_expcoef
Various classes may be created when performing tally slicing and/or arithmetic:
.. autosummary::