mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Added IPython notebook with post-processing examples.
Since the notebook shows an example of how to histogram relative errors from a statepoint, we don't really need the openmc-statepoint-histogram utility, so it's been deleted. The user's guide section on post processing has been updated as well.
This commit is contained in:
parent
c57b2c22d9
commit
42032210fb
9 changed files with 1207 additions and 318 deletions
1121
docs/source/pythonapi/examples/post-processing.ipynb
Normal file
1121
docs/source/pythonapi/examples/post-processing.ipynb
Normal file
File diff suppressed because one or more lines are too long
13
docs/source/pythonapi/examples/post-processing.rst
Normal file
13
docs/source/pythonapi/examples/post-processing.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.. _notebook_post_processing:
|
||||
|
||||
===============
|
||||
Post Processing
|
||||
===============
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. notebook:: post-processing.ipynb
|
||||
|
||||
.. only:: latex
|
||||
|
||||
IPython notebooks must be viewed in the online HTML documentation.
|
||||
|
|
@ -62,6 +62,7 @@ on a given module or class.
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
examples/post-processing
|
||||
examples/pandas-dataframes
|
||||
examples/tally-arithmetic
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue