mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Update documentation for mixed thermal elastic
This commit is contained in:
parent
4e611f59b9
commit
e8294d52a0
4 changed files with 33 additions and 0 deletions
|
|
@ -581,6 +581,8 @@ class Sum(EqualityMixin):
|
|||
def to_hdf5(self, group, name='xy'):
|
||||
"""Write sum of functions to an HDF5 group
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
|
||||
Parameters
|
||||
----------
|
||||
group : h5py.Group
|
||||
|
|
@ -599,6 +601,8 @@ class Sum(EqualityMixin):
|
|||
def from_hdf5(cls, group):
|
||||
"""Generate sum of functions from an HDF5 group
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
|
||||
Parameters
|
||||
----------
|
||||
group : h5py.Group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue