SolidRayTracePlot CAPI (#3789)

Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
This commit is contained in:
Patrick Shriwise 2026-02-12 23:54:27 -06:00 committed by GitHub
parent b145fdd999
commit bcb9395207
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1402 additions and 28 deletions

View file

@ -88,6 +88,7 @@ Classes
SpatialLegendreFilter
SphericalHarmonicsFilter
SphericalMesh
SolidRayTracePlot
SurfaceFilter
Tally
TemporarySession
@ -125,6 +126,12 @@ Data
:type: dict
.. data:: plots
Mapping of plot ID to :class:`openmc.lib.SolidRayTracePlot` instances.
:type: dict
.. data:: nuclides
Mapping of nuclide name to :class:`openmc.lib.Nuclide` instances.