mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Change how incoherent elastic data is written to HDF5
This commit is contained in:
parent
c851030511
commit
c48d5f07c4
5 changed files with 36 additions and 20 deletions
|
|
@ -591,8 +591,8 @@ class Regions1D(EqualityMixin):
|
|||
Functions which are to be combined in a piecewise fashion
|
||||
breakpoints : Iterable of float
|
||||
The values of the dependent variable that define the domain of
|
||||
each function. The `i`th and `(i+1)`th values are the limits of the
|
||||
domain of the `i`th function. Values must be monotonically increasing.
|
||||
each function. The `i`\ th and `(i+1)`\ th values are the limits of the
|
||||
domain of the `i`\ th function. Values must be monotonically increasing.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue