OpenMC/openmc
Jonathan Shimwell 542f949fa0
Use local variable to avoid attribute lookup in form_rxn_matrix loop (#3884)
Co-authored-by: Perry <yrrepy@users.noreply.github.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-04-04 20:53:50 +00:00
..
data Fix two docstrings that should have r prefix (#3851) 2026-03-05 07:37:47 +02:00
deplete Use local variable to avoid attribute lookup in form_rxn_matrix loop (#3884) 2026-04-04 20:53:50 +00:00
lib Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test (#3808) 2026-03-13 21:40:52 +00:00
mgxs Approximate multigroup velocity (#3766) 2026-04-02 16:59:02 +00:00
model Allow groups to be passed as sequence of floats in convert_to_multigroup (#3873) 2026-03-12 19:47:47 +00:00
stats Add fusion_neutron_spectrum to openmc.stats module (#3862) 2026-03-17 22:10:18 +01: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 Fix cell data parsing (#3848) 2026-03-04 06:56:49 -06: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 Closing the stdout file descriptor when finished (#3864) 2026-03-11 16:50:58 +00:00
filter.py Fix MeshFilter.get_pandas_dataframe to handle all mesh types (#3817) 2026-02-24 07:35:23 +00: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 Adding per m3 to material functions (#3912) 2026-04-03 00:00:02 +00:00
mesh.py Add from_bounding_box classmethod to structured mesh classes (#3903) 2026-04-02 22:51:33 +00: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 Change plotting docstring to specify integer RGB values (#3868) 2026-03-12 12:35:10 -05: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 Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test (#3808) 2026-03-13 21:40:52 +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 for positive radii (#3813) 2026-02-19 08:36:12 +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