mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Document purpose for ranges in Results.distribute
This commit is contained in:
parent
4043e02fc7
commit
144aa3a2e3
1 changed files with 3 additions and 0 deletions
|
|
@ -161,6 +161,9 @@ class Results(object):
|
|||
local_materials : iterable of str
|
||||
Materials for this process
|
||||
ranges : iterable of int
|
||||
Slice-like object indicating indicies of ``local_materials``
|
||||
in the material dimension of :attr:`data` and each element
|
||||
in :attr:`rates`
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue