mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
Introduce ResultsList class to replace scattered functions
This commit is contained in:
parent
7ef5174274
commit
92697ec06e
15 changed files with 220 additions and 262 deletions
|
|
@ -59,6 +59,7 @@ data, such as number densities and reaction rates for each material.
|
|||
OperatorResult
|
||||
ReactionRates
|
||||
Results
|
||||
ResultsList
|
||||
TransportOperator
|
||||
|
||||
Each of the integrator functions also relies on a number of "helper" functions
|
||||
|
|
@ -71,4 +72,3 @@ as follows:
|
|||
|
||||
integrator.CRAM16
|
||||
integrator.CRAM48
|
||||
integrator.save_results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue