Update documentation for mixed thermal elastic

This commit is contained in:
Paul Romano 2022-07-21 14:37:34 -05:00
parent 4e611f59b9
commit e8294d52a0
4 changed files with 33 additions and 0 deletions

View file

@ -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