OpenMC/openmc
2026-02-13 22:18:29 -06:00
..
data Using ``_LIBRARY` and `_SUBLIBRARY`` from endf package (#3804) 2026-02-13 03:25:49 +00:00
deplete Optionally compute bounding boxes in Mesh.material_volumes (#3731) 2026-01-29 09:20:48 +02:00
lib SolidRayTracePlot CAPI (#3789) 2026-02-13 07:54:27 +02:00
mgxs Temperature feedback support in the random ray solver. (#3737) 2026-02-09 16:54:59 -06:00
model Fix None values appearing in cross section data generated with Model.autoconvert (#3802) 2026-02-13 18:52:10 +02:00
stats Add truncated normal distribution support (#3761) 2026-02-12 18:25:56 +02:00
__init__.py Allow DistribcellFilter to work with apply_tally_results=True (#3667) 2025-12-04 06:53:04 -06:00
_sparse_compat.py Migrate to SciPy sparse arrays (#3613) 2026-01-02 13:43:25 +02:00
_xml.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
arithmetic.py Adding methods to automatically apply results to existing Tally objects. (#2671) 2025-01-24 22:49:58 +00:00
bounding_box.py Implement bounding_box operation for meshes (#3119) 2024-08-18 23:09:32 -05:00
cell.py Move distrib (mat, temp, dens) from XML attribute to subelement for better compatibility with very large instance lists (#3774) 2026-02-06 19:32:32 +02:00
checkvalue.py Update check_type calls to accept both str and os.PathLike objects. (#3618) 2025-10-28 14:50:11 +00:00
cmfd.py Migrate to SciPy sparse arrays (#3613) 2026-01-02 13:43:25 +02:00
config.py Change test order to run unit tests first. (#3533) 2025-08-30 03:39:46 +00:00
dagmc.py Open dagmc model file within a context manager (#3706) 2026-01-05 22:57:05 +02:00
dummy_comm.py Delayed mpi4py import until the user clearly indicated intent to use a communicator (or they already have created one and thus have already imported it); corrected versionchanged doc statements to include comments about what changed; added stackoverflow reference 2021-10-01 09:21:41 -05:00
element.py Do not add radioactive Ta180 when calling add_element('Ta') (#3750) 2026-01-26 19:09:58 +02:00
examples.py Temperature feedback support in the random ray solver. (#3737) 2026-02-09 16:54:59 -06:00
exceptions.py Have openmc_next_batch return an actual error 2018-04-11 13:23:54 -05:00
executor.py Introduce SlicePlot and VoxelPlot to replace the Plot class (#3528) 2025-12-05 20:17:09 +00:00
filter.py Extend ParticleProductionFilter to support multiple particle types (#3780) 2026-02-13 22:18:29 -06:00
filter_expansion.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
geometry.py Remove reorder_attributes from openmc._xml (#3519) 2025-08-08 16:59:22 +07:00
lattice.py Update documentation describing HexLattice orientation (#3709) 2026-01-06 22:59:58 +00:00
macroscopic.py Use empty-argument form of super() 2018-02-05 23:14:30 -05:00
material.py Allowing material making from class constructor (#3649) 2025-12-08 19:43:30 +00:00
mesh.py Optionally compute bounding boxes in Mesh.material_volumes (#3731) 2026-01-29 09:20:48 +02:00
mgxs_library.py Temperature feedback support in the random ray solver. (#3737) 2026-02-09 16:54:59 -06:00
mixin.py Check that Surface IDs are at least 1 (#3772) 2026-02-06 18:44:16 +00:00
mpi.py Delayed mpi4py import until the user clearly indicated intent to use a communicator (or they already have created one and thus have already imported it); corrected versionchanged doc statements to include comments about what changed; added stackoverflow reference 2021-10-01 09:21:41 -05:00
nuclide.py Rename gnd_name to gnds_name. Change GND to GNDS in comments 2022-12-23 00:06:50 -06:00
openmoc_compatible.py corrected multiline f strings 2021-07-31 22:33:45 +01:00
particle_restart.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
particle_type.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
plots.py using id_map in model.plot for more efficient plotting (#3678) 2025-12-17 22:44:53 +02:00
plotter.py Fix caching issue when using NCrystal materials (#3538) 2025-10-02 23:27:36 +00:00
polynomial.py Change Zernike documentation in polynomial.py (#3258) 2025-01-10 19:18:03 +00:00
region.py Consolidate plotting capabilities in Model.plot (#3282) 2025-01-31 10:12:24 -06:00
search.py sets used instead of lists when membership testing (#3021) 2024-06-19 14:48:34 +00:00
settings.py Warn users when setting undefined attributes in ``openmc.Settings`` (#3746) 2026-01-28 08:02:02 +00:00
source.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
statepoint.py Allow DistribcellFilter to work with apply_tally_results=True (#3667) 2025-12-04 06:53:04 -06:00
summary.py Fix no serialization of periodic_surface_id bug (#3421) 2025-06-05 00:07:59 +00:00
surface.py Check that Surface IDs are at least 1 (#3772) 2026-02-06 18:44:16 +00:00
tallies.py openmc.Tally creation from constructor (#3777) 2026-02-06 10:23:11 -06:00
tally_derivative.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
tracks.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00
trigger.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
universe.py Fixing crash when calling Geometry.plot when DAGMCUniverse in geometry (#3455) 2025-06-18 18:34:07 +00:00
utility_funcs.py Automate workflow for mesh- or cell-based R2S calculations (#3508) 2025-11-01 00:15:25 +00:00
volume.py Consistent XML parsing using functions from _xml module (#3517) 2025-08-08 17:47:55 +00:00
waste.py Add option to determine waste disposal rating by nuclide (#3376) 2025-05-02 20:07:43 -04:00
weight_windows.py Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756) 2026-02-03 07:23:24 +00:00